We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf375f commit 0f264ccCopy full SHA for 0f264cc
setup.py
@@ -8,15 +8,15 @@
8
setup(
9
name = 'moon',
10
packages = find_packages(),
11
- version = '1.1.0',
+ version = '1.1.1',
12
license='MIT',
13
description = 'Gets moon visualizations courtesy of NASA/Ernie Wright',
14
long_description_content_type="text/markdown",
15
long_description = long_description,
16
author = 'Sadie Parker',
17
author_email = '[email protected]',
18
url = 'https://github.com/spacerest/moon',
19
- download_url = 'https://github.com/spacerest/moon/archive/v_1_1_0.tar.gz',
+ download_url = 'https://github.com/spacerest/moon/archive/v_1_1_1.tar.gz',
20
keywords = ['MOON', 'ART'],
21
install_requires=[
22
'numpy~=1.16',
0 commit comments