pip, npm packages 2.0.10.

The pip and npm astronomy-engine packages will have
matching version numbers from now on, starting with
2.0.10.

https://pypi.org/project/astronomy-engine/2.0.10/
https://www.npmjs.com/package/astronomy-engine
This commit is contained in:
Don Cross
2022-01-10 20:34:35 -05:00
parent 378bb4fc4d
commit ab9b5a5ce5
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='astronomy-engine',
version='1.0.1',
version='2.0.10',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
@@ -13,6 +13,6 @@ setup(
classifiers=[
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.5"
"Programming Language :: Python :: 3.7"
]
)