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