Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Nov 16, 2017
1 parent dd78664 commit 5160c92
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 @@ -7,7 +7,7 @@
_requirements = os.path.join(_base, 'requirements.txt')
_requirements_test = os.path.join(_base, 'requirements-test.txt')

version = "0.4.1"
version = "0.4.2"

install_requirements = []
with open(_requirements) as f:
Expand Down

0 comments on commit 5160c92

Please sign in to comment.