Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 13, 2014
1 parent fac24d9 commit debbf1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion climata/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3.0-dev"
VERSION = "0.3.0"
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@ def get_version():
packages=find_packages(),
description='A pythonic interface for loading data from various climate webservices',
long_description=long_description(),
install_requires=['wq.io>=0.4.0', 'owslib'],
install_requires=['wq.io>=0.5.0', 'owslib'],
scripts=['climata/bin/acis_sites.py', 'climata/bin/acis_data.py'],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Natural Language :: English',
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: System :: Networking :: Monitoring',
]
)

0 comments on commit debbf1b

Please sign in to comment.