Skip to content

Commit

Permalink
sets version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed May 2, 2024
1 parent 753a523 commit f07d9ac
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.16.0'
VERSION = '0.17.0'
TAG_ENV_VAR = 'GITHUB_REF_NAME'

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

0 comments on commit f07d9ac

Please sign in to comment.