Astronomy Engine version 2.1.4

This commit is contained in:
Don Cross
2022-10-02 22:07:23 -04:00
parent 5000a26049
commit 4a56f18325
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.3',
version='2.1.4',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',