Skip to content

Commit b6608b6

Browse files
committed
version update
1 parent 80fba3e commit b6608b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
setup(
99
name = 'moon',
1010
packages = find_packages(),
11-
version = '1.1.9',
11+
version = '2.0.0',
1212
license='MIT',
1313
description = 'Gets moon visualizations courtesy of SVS, NASA, Ernie Wright',
1414
long_description_content_type="text/markdown",
1515
long_description = long_description,
1616
author = 'Sadie Parker',
1717
author_email = '[email protected]',
1818
url = 'https://github.com/spacerest/moon',
19-
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_9.tar.gz',
19+
download_url = 'https://github.com/spacerest/moon/archive/v_2_0_0.tar.gz',
2020
keywords = ['MOON', 'ART', 'NASA', 'DIALAMOON'],
2121
install_requires=[
2222
"matplotlib>=3.10,<4.0",
2323
"numpy>=2.2,<2.5",
2424
"opencv-python>=4.11,<5.0",
2525
"setuptools>=58.1,<69.0",
26-
]
26+
],
2727
classifiers=[
2828
'Development Status :: 4 - Beta',
2929
'Intended Audience :: Other Audience',

0 commit comments

Comments
 (0)