Skip to content

Commit

Permalink
Fix bad version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Feb 16, 2019
1 parent 78d499d commit b534aaf
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="parsenvy",
version="2.0.5",
version="2.0.7",
author="Nik Kantar",
author_email="[email protected]",
description="Enviously elegant environment variable parsing",
Expand Down

0 comments on commit b534aaf

Please sign in to comment.