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 ad5c791 commit 802bf54Copy full SHA for 802bf54
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.11.19.dev0"
+__version__ = "25.12.9rc0"
11
12
13
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str] | None:
0 commit comments