Bumped version number to 2.1.10.

Not ready to tag yet, because I need to merge into
master branch first, to pick up the npm package
configuration change.
This commit is contained in:
Don Cross
2022-11-14 08:15:23 -05:00
parent 61445889ad
commit 5e074d05aa
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.8',
version='2.1.10',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',