Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Dec 13, 2013
1 parent 7625e3f commit 4c1948e
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 @@ -17,15 +17,15 @@ def long_description():

setup(
name='climata',
version='0.1.0',
version='0.2.0',
author='HEI Geo',
author_email='gis@houstoneng.com',
url='https://github.com/heigeo/climata',
license='MIT',
packages=find_packages(),
description='A pythonic interface for Applied Climate Information System (ACIS) data',
long_description=long_description(),
install_requires=['wq.io>=0.3.0'],
install_requires=['wq.io>=0.4.0'],
scripts=['climata/bin/acis_sites.py', 'climata/bin/acis_data.py'],
classifiers = [
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit 4c1948e

Please sign in to comment.