Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacerest committed Jan 23, 2021
1 parent 8cf0e66 commit 8015b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
setup(
name = 'moon',
packages = find_packages(),
version = '1.0.8',
version = '1.0.9',
license='MIT',
description = 'Gets moon visualizations courtesy of NASA/Ernie Wright',
long_description_content_type="text/markdown",
long_description = long_description,
author = 'Sadie Parker',
author_email = '[email protected]',
url = 'https://github.com/spacerest/moon',
download_url = 'https://github.com/spacerest/moon/archive/v_1_0_8.tar.gz',
download_url = 'https://github.com/spacerest/moon/archive/v_1_0_9.tar.gz',
keywords = ['MOON', 'ART'],
install_requires=[
'numpy~=1.16',
Expand Down

0 comments on commit 8015b4e

Please sign in to comment.