mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-29 20:03:36 -04:00
Astronomy Engine v2.1.7: eclipse obscuration
This is my second attempt to release eclipse obscuration. I discovered there was a missing unit test for obscuration for lunar eclipses in the Kotlin library. It has been added.
This commit is contained in:
@@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='astronomy-engine',
|
||||
version='2.1.6',
|
||||
version='2.1.7',
|
||||
description='Astronomy calculation for Sun, Moon, and planets.',
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
Reference in New Issue
Block a user