diff --git a/setup.py b/setup.py index b28cc07..e4e2b31 100644 --- a/setup.py +++ b/setup.py @@ -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='bennett.andr@gmail.com', packages=['metsim', 'metsim.methods'],