Version 2.1.9: attempt fix for Deno/Node type info.

Updated the version number so I can create a new
npm package to test the pull request from @matheo
that should allow TypeScript types to be exported correctly.
This commit is contained in:
Don Cross
2022-11-08 20:59:17 -05:00
parent 40cd7e3b0e
commit 3679966931
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ def _LoadFile(filename):
setup(
name='astronomy-engine',
version='2.1.8',
version='2.1.9',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=_LoadFile('README.md'),
long_description_content_type='text/markdown',