aetherfield 0.3.3__tar.gz → 0.3.4__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.4
2
2
  Name: aetherfield
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: AetherField runtime ephemeris
5
5
  Author: WitchMithras
6
6
  License: Other/Proprietary License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aetherfield"
7
- version = "0.3.3"
7
+ version = "0.3.4"
8
8
  description = "AetherField runtime ephemeris"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -341,7 +341,7 @@ def main(argv=None) -> int:
341
341
  }, indent=2))
342
342
  else:
343
343
  print(f"{res.body} @ {format_time_label(res.dt)}\n"
344
- f" Aether: {res.aether_lon:8.3f} deg ({res.aether_sign})")
344
+ f" Aether: {res.lon:8.3f} deg ({res.sign})")
345
345
  #f" Skyfield: {'n/a' if res.skyfield_lon is None else f'{res.skyfield_lon:8.3f} deg ('+str(res.skyfield_sign)+')'}\n"
346
346
  #f" Delta: {'n/a' if res.delta_deg is None else f'{res.delta_deg:+.3f} deg'}")
347
347
  return 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aetherfield
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: AetherField runtime ephemeris
5
5
  Author: WitchMithras
6
6
  License: Other/Proprietary License
File without changes
File without changes
File without changes