mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
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:
@@ -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"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user