Skip to content

Commit

Permalink
renamed data.py to datascience.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Wan committed Jul 17, 2015
1 parent 9547989 commit a859b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ def run_tests(self):
setup(
name = 'datascience',
packages = ['datascience'],
version = '0.1',
version = '0.1.0',
install_requires = install_requires,
tests_require = test_requires,
cmdclass = {'test': PyTest},
description = 'datatools for UC Berkeley\'s DS10 course',
author = 'John DeNero, David Culler, Alvin Wan',
author_email = '',
author_email = 'ds-instr@berkeley.edu',
url = 'https://github.com/dsten/datascience',
download_url = 'https://github.com/github/dsten/tarball/0.1',
keywords = ['data', 'tools', 'berkeley'],
Expand Down

0 comments on commit a859b8a

Please sign in to comment.