Skip to content

Commit

Permalink
Updated to version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed May 31, 2019
1 parent 79b0e43 commit 124308a
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 @@ -2,7 +2,7 @@
import os.path as p


version = "0.3.3"
version = "0.3.4"

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 124308a

Please sign in to comment.