Skip to content

Commit

Permalink
increment dd to v0.0.4 in install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Jun 17, 2015
1 parent d8ba907 commit 1e399fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'# This file was generated from setup.py\n'
"version = '{version}'\n").format(version=version)
install_requires = [
'dd >= 0.0.3',
'dd >= 0.0.4',
'humanize >= 0.5.1',
'natsort >= 3.5.3',
'networkx >= 1.9.1',
Expand Down

0 comments on commit 1e399fb

Please sign in to comment.