Skip to content

Commit

Permalink
Raise version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Mar 4, 2019
1 parent f902afd commit 64591c6
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.2.1'
VERSION = '0.3.0'
TAG_ENV_VAR = 'CIRCLE_TAG'

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

0 comments on commit 64591c6

Please sign in to comment.