Skip to content

Commit

Permalink
Raise version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Jul 22, 2019
1 parent ab134b8 commit d60a31d
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.5.0'
VERSION = '0.6.0'
TAG_ENV_VAR = 'CIRCLE_TAG'

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

0 comments on commit d60a31d

Please sign in to comment.