Fixed #256 - added orbital period functions.

This commit is contained in:
Don Cross
2022-11-01 19:40:30 -04:00
parent 275e3a7c79
commit c8af73e1e7
7 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='astronomy-engine',
version='2.1.7',
version='2.1.8',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',