Version 2.1.14: added HourAngle function.

This commit is contained in:
Don Cross
2023-02-12 21:34:10 -05:00
parent 42650bd341
commit 97c4d2f8f0
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ def _LoadFile(filename):
setup(
name='astronomy-engine',
version='2.1.13',
version='2.1.14',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=_LoadFile('README.md'),
long_description_content_type='text/markdown',