From 016dc421240477b9a6a00ec84cc6d0808eb3f937 Mon Sep 17 00:00:00 2001 From: Alvin Wan Date: Tue, 28 Jul 2015 09:31:44 -0700 Subject: [PATCH] prepare for 0.2.3 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 247ed712f..c118e9f02 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ 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}, @@ -45,7 +45,7 @@ def run_tests(self): 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 = [], )