Updated pip, npm packages to v 2.0.12.

This version of the Python and Node.js packages includes
support for calculating Lagrange points.
Also added a pypi.org badge to the main README.md.
This commit is contained in:
Don Cross
2022-03-14 04:46:44 -04:00
parent d843775122
commit bc42d609c1
3 changed files with 3 additions and 2 deletions

View File

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