From 13e02c4299fbd79ed28f2cd5c8da60934504d7e9 Mon Sep 17 00:00:00 2001 From: aibishop <125414009+aibishop@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:24:12 +1000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 493feb6..861e0e6 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Define the current version of the library # Update this before building and publishing a new version # see https://semver.org/ for guidelines on how to modify the version string -VERSION = '1.9.9' +VERSION = '1.9.10' # version information generated by our GitHub Action (see .github/workflows/release.yml) CURRENT_TAG = os.environ.get('GHA_TAG_VERSION') CURRENT_GIT_COMMIT_HASH = os.environ.get('GHA_GIT_COMMIT')