From f07d9accbfe27ea0f3a338ae34f6eedec0fd33f8 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Thu, 2 May 2024 23:23:27 +0200 Subject: [PATCH] sets version to 0.17.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: