Skip to content

Commit 016dc42

Browse files
author
Alvin Wan
committed
prepare for 0.2.3 release
1 parent 75aebaa commit 016dc42

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
@@ -37,15 +37,15 @@ def run_tests(self):
3737
setup(
3838
name = 'datascience',
3939
packages = ['datascience'],
40-
version = '0.2.2',
40+
version = '0.2.3',
4141
install_requires = install_requires,
4242
tests_require = test_requires,
4343
cmdclass = {'test': PyTest},
4444
description = 'A Jupyter notebook Python library for introductory data science',
4545
author = 'John DeNero, David Culler, Alvin Wan, Sam Lau',
4646
author_email = 'ds-instr@berkeley.edu',
4747
url = 'https://github.com/dsten/datascience',
48-
download_url = 'https://github.com/dsten/datascience/archive/0.2.0.zip',
48+
download_url = 'https://github.com/dsten/datascience/archive/0.2.3.zip',
4949
keywords = ['data', 'tools', 'berkeley'],
5050
classifiers = [],
5151
)

0 commit comments

Comments
 (0)