We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebf757 commit 11b172cCopy full SHA for 11b172c
setup.py
@@ -34,15 +34,15 @@ def run_tests(self):
34
setup(
35
name = 'datascience',
36
py_modules = ['datascience'],
37
- version = '0.1.1',
+ version = '0.2.0',
38
install_requires = install_requires,
39
tests_require = test_requires,
40
cmdclass = {'test': PyTest},
41
description = 'A Python library for introductory data science',
42
author = 'John DeNero, David Culler, Alvin Wan',
43
author_email = 'ds-instr@berkeley.edu',
44
url = 'https://github.com/dsten/datascience',
45
- download_url = 'https://github.com/dsten/datascience/archive/0.1.1.zip',
+ download_url = 'https://github.com/dsten/datascience/archive/0.2.0.zip',
46
keywords = ['data', 'tools', 'berkeley'],
47
classifiers = [],
48
)
0 commit comments