From 4fd8e7dbcff5492cb32e4fb15263a51fa4490cf1 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Thu, 2 May 2024 23:58:23 +0200 Subject: [PATCH] bumps to 0.17.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99ef1ef..28bc422 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.17.1' +VERSION = '0.17.2' TAG_ENV_VAR = 'GITHUB_REF_NAME' with open("README.md", "r") as fh: