Skip to content

Commit

Permalink
prepare for 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwan committed Jul 28, 2015
1 parent 75aebaa commit 016dc42
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 @@ -37,15 +37,15 @@ def run_tests(self):
setup(
name = 'datascience',
packages = ['datascience'],
version = '0.2.2',
version = '0.2.3',
install_requires = install_requires,
tests_require = test_requires,
cmdclass = {'test': PyTest},
description = 'A Jupyter notebook Python library for introductory data science',
author = 'John DeNero, David Culler, Alvin Wan, Sam Lau',
author_email = 'ds-instr@berkeley.edu',
url = 'https://github.com/dsten/datascience',
download_url = 'https://github.com/dsten/datascience/archive/0.2.0.zip',
download_url = 'https://github.com/dsten/datascience/archive/0.2.3.zip',
keywords = ['data', 'tools', 'berkeley'],
classifiers = [],
)

0 comments on commit 016dc42

Please sign in to comment.