Skip to content

Commit

Permalink
new major release, using feather
Browse files Browse the repository at this point in the history
  • Loading branch information
jdodds committed Jul 10, 2011
1 parent d384683 commit 59d7cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="Pyrana",
version="1.0.2",
version="2.0.0",
packages=find_packages(),
include_package_data=True,
exclude_package_data={'': ['.gitignore']},
Expand All @@ -17,7 +17,7 @@
},
scripts = ['pyrana/Pyrana.py'],
setup_requires = ['setuptools_git >= 0.3'],
install_requires = ['nose >= 1.0.0', 'feather >=0.1dev'],
install_requires = ['nose >= 1.0.0', 'feather >=0.9.0'],
zip_safe = False,
author = "Jeremiah Dodds",
author_email = "jeremiah.dodds@gmail.com",
Expand Down

0 comments on commit 59d7cf5

Please sign in to comment.