Skip to content

Commit

Permalink
Bump version, fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Nov 23, 2016
1 parent 139728d commit 452b4a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dammit/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
setuptools>=0.6.35
pandas==0.18.1
pandas>=0.18.1
khmer>=2.0
doit==0.29.0
Sphinx>1.3.1
sphinx-rtd-theme>=0.1.9
sphinxcontrib-napoleon>=0.3.11
nose==1.3.4
nose-capturestderr==1.0
ficus>=0.1
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
print >> sys.stderr, "ERROR: dammit! requires python 2.4 or greater"
sys.exit()

import numpy

cmdclass = {}

version = open('dammit/VERSION').read().strip()
Expand All @@ -36,7 +34,7 @@ def main():
packages = find_packages(),
scripts = glob('bin/*'),
install_requires = ['setuptools>=0.6.35',
'pandas==0.18.1',
'pandas>=0.18.1',
'khmer>=2.0',
'doit==0.29.0',
'Sphinx>1.3.1',
Expand Down

0 comments on commit 452b4a2

Please sign in to comment.