Skip to content

Commit

Permalink
Raise version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Mar 20, 2019
1 parent c4e1da4 commit ecd9da2
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 @@ -4,7 +4,7 @@
# version checking derived from https://github.com/levlaz/circleci.py/blob/master/setup.py
from setuptools.command.install import install

VERSION = '0.4.0'
VERSION = '0.5.0'
TAG_ENV_VAR = 'CIRCLE_TAG'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit ecd9da2

Please sign in to comment.