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 3a8d874 commit 408c001Copy full SHA for 408c001
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.18"
+__version__ = "25.11.10rc0"
11
12
13
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
0 commit comments