Fixed #250 - handle years outside 0000..9999.

This commit is contained in:
Don Cross
2022-10-06 22:05:44 -04:00
parent fde4c2c068
commit a9eadee3f1
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.4',
version='2.1.5',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',