Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Jul 20, 2015
1 parent 3ebf757 commit 11b172c
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 @@ -34,15 +34,15 @@ def run_tests(self):
setup(
name = 'datascience',
py_modules = ['datascience'],
version = '0.1.1',
version = '0.2.0',
install_requires = install_requires,
tests_require = test_requires,
cmdclass = {'test': PyTest},
description = 'A Python library for introductory data science',
author = 'John DeNero, David Culler, Alvin Wan',
author_email = '[email protected]',
url = 'https://github.com/dsten/datascience',
download_url = 'https://github.com/dsten/datascience/archive/0.1.1.zip',
download_url = 'https://github.com/dsten/datascience/archive/0.2.0.zip',
keywords = ['data', 'tools', 'berkeley'],
classifiers = [],
)

0 comments on commit 11b172c

Please sign in to comment.