We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06ca30 commit 4caa148Copy full SHA for 4caa148
halostack/__init__.py
@@ -25,6 +25,6 @@
25
26
__major__ = "0"
27
__minor__ = "3"
28
-__patch__ = "2"
+__patch__ = "3"
29
30
__version__ = "v" + ".".join([__major__, __minor__, __patch__])
0 commit comments