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 626ee27 commit b1dd17cCopy full SHA for b1dd17c
setup.py
@@ -6,10 +6,10 @@
6
from distutils.core import setup
7
8
setup(name='metsim',
9
- version='0.1.0',
+ version='1.0.0',
10
description='Meteorology Simulator',
11
url='https://github.com/UW-Hydro/MetSim',
12
- download_url='https://github.com/UW-Hydro/MetSim/archive/v0.1.tar.gz',
+ download_url='https://github.com/UW-Hydro/MetSim/archive/v1.0.tar.gz',
13
author='Andrew Bennett',
14
author_email='[email protected]',
15
packages=['metsim', 'metsim.methods'],
0 commit comments