We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aae9b2 commit 4aef60cCopy full SHA for 4aef60c
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__ = "24.8.22.dev0"
+__version__ = "24.9.19rc0"
11
12
13
def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
0 commit comments