Skip to content

Commit 11b172c

Browse files
committed
update version
1 parent 3ebf757 commit 11b172c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ def run_tests(self):
3434
setup(
3535
name = 'datascience',
3636
py_modules = ['datascience'],
37-
version = '0.1.1',
37+
version = '0.2.0',
3838
install_requires = install_requires,
3939
tests_require = test_requires,
4040
cmdclass = {'test': PyTest},
4141
description = 'A Python library for introductory data science',
4242
author = 'John DeNero, David Culler, Alvin Wan',
4343
author_email = 'ds-instr@berkeley.edu',
4444
url = 'https://github.com/dsten/datascience',
45-
download_url = 'https://github.com/dsten/datascience/archive/0.1.1.zip',
45+
download_url = 'https://github.com/dsten/datascience/archive/0.2.0.zip',
4646
keywords = ['data', 'tools', 'berkeley'],
4747
classifiers = [],
4848
)

0 commit comments

Comments
 (0)