We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b328b3f commit 044c57cCopy full SHA for 044c57c
2 files changed
juju/version.py
@@ -6,4 +6,4 @@
6
7
DEFAULT_ARCHITECTURE = "amd64"
8
9
-CLIENT_VERSION = "3.6.1.0rc6"
+CLIENT_VERSION = "3.6.1.06"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "juju"
3
-version = "3.6.1.0rc6" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
+version = "3.6.1.0" # Stop-gap until dynamic versioning is done; must be in sync with juju/version.py:CLIENT_VERSION
4
description = "Python library for Juju"
5
readme = "docs/readme.rst"
license = { file = "LICENSE" }
0 commit comments