diff --git a/setup.py b/setup.py index da029ce..50420fc 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.16.0' +VERSION = '0.17.0' TAG_ENV_VAR = 'GITHUB_REF_NAME' with open("README.md", "r") as fh: