SkyMapMod 0.0.19__tar.gz → 0.0.20__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: SkyMapMod
3
- Version: 0.0.19
3
+ Version: 0.0.20
4
4
  Project-URL: Homepage, https://istina.msu.ru/profile/aminevann/
5
5
  Author-email: Anna Amineva <amineva.2219@physics.msu.ru>
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "SkyMapMod"
7
- version = "0.0.19"
7
+ version = "0.0.20"
8
8
  authors = [
9
9
  { name="Anna Amineva", email="amineva.2219@physics.msu.ru" },
10
10
  ]
@@ -19,5 +19,5 @@ def airglow(wavelenght_airglow = wavelenght_kp, intensity_airglow = intensity_kp
19
19
 
20
20
  from .solar_radio_flux import fluxdate
21
21
 
22
- def check(fluxdate):
23
- print(fluxdate)
22
+ def check(a = fluxdate):
23
+ print(a)
File without changes
File without changes