Bumped version to 2.1.1.

This commit is contained in:
Don Cross
2022-05-25 21:37:10 -04:00
parent 1902c87828
commit b4f485eecc
4 changed files with 4 additions and 4 deletions

View File

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