aetherfield 0.2.2__tar.gz → 0.2.3__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.2.2
3
+ Version: 0.2.3
4
4
  Summary: AetherField runtime ephemeris
5
5
  Author: WitchMithras
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "aetherfield"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "AetherField runtime ephemeris"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -188,7 +188,7 @@ def get_age_sign(year: int) -> str:
188
188
  anchor_index = SIGNS.index(ANCHOR_SIGN)
189
189
  sign_index = (anchor_index + age_index_offset) % 12
190
190
 
191
- return SIGNS[sign_index]
191
+ return SIGNS[int(sign_index)]
192
192
 
193
193
  def rotated_zodiac(start_sign: str) -> list[str]:
194
194
  i = SIGNS.index(start_sign)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aetherfield
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: AetherField runtime ephemeris
5
5
  Author: WitchMithras
6
6
  License: MIT
File without changes
File without changes
File without changes