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