From e3cecc3b93bc006632c2a4e1312a6316f4b52b72 Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Thu, 14 Nov 2024 14:28:42 +0900 Subject: [PATCH] chore: main is still on .0, not .1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 853c2408..7b9e36e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "juju" -version = "3.5.2.1" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION +version = "3.5.2.0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION description = "Python library for Juju" readme = "docs/readme.rst" license = { file = "LICENSE" }