Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
arbennett authored Aug 9, 2017
1 parent 626ee27 commit b1dd17c
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 @@ -6,10 +6,10 @@
from distutils.core import setup

setup(name='metsim',
version='0.1.0',
version='1.0.0',
description='Meteorology Simulator',
url='https://github.com/UW-Hydro/MetSim',
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',
author='Andrew Bennett',
author_email='[email protected]',
packages=['metsim', 'metsim.methods'],
Expand Down

0 comments on commit b1dd17c

Please sign in to comment.