Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Apr 22, 2015
1 parent aef3358 commit 9b2221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
import os.path as p


version = "0.1.4"
version = "0.1.5"

with open(p.join(p.dirname(__file__), 'requirements', 'package.txt'), 'r') as reqs:
install_requires = [line.strip() for line in reqs]
Expand Down

0 comments on commit 9b2221e

Please sign in to comment.