We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b081b commit 0ea1b8bCopy full SHA for 0ea1b8b
core/pioreactor/version.py
@@ -7,7 +7,7 @@
7
# Append ".dev0" if a dev version
8
# Append "rc0" if a rc version
9
# No zero padding!
10
-__version__ = "25.9.12rc0"
+__version__ = "25.9.12rc1"
11
12
13
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
0 commit comments