diff --git a/setup.py b/setup.py index 35742fc..96ec9a5 100644 --- a/setup.py +++ b/setup.py @@ -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: