Version 2.1.15: Python type hints.

This commit is contained in:
Don Cross
2023-02-21 17:24:25 -05:00
parent b686b6185c
commit d321ed695c
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.14',
version='2.1.15',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=_LoadFile('README.md'),
long_description_content_type='text/markdown',