Skip to content

Commit b1dd17c

Browse files
authored
Update version number
1 parent 626ee27 commit b1dd17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
from distutils.core import setup
77

88
setup(name='metsim',
9-
version='0.1.0',
9+
version='1.0.0',
1010
description='Meteorology Simulator',
1111
url='https://github.com/UW-Hydro/MetSim',
12-
download_url='https://github.com/UW-Hydro/MetSim/archive/v0.1.tar.gz',
12+
download_url='https://github.com/UW-Hydro/MetSim/archive/v1.0.tar.gz',
1313
author='Andrew Bennett',
1414
author_email='[email protected]',
1515
packages=['metsim', 'metsim.methods'],

0 commit comments

Comments
 (0)