From b943289f3ab5b7c3201c975c3382e96f138d52d8 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Thu, 2 May 2024 23:25:21 +0200 Subject: [PATCH] bumps minor to build container --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50420fc..99ef1ef 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.0' +VERSION = '0.17.1' TAG_ENV_VAR = 'GITHUB_REF_NAME' with open("README.md", "r") as fh: