Skip to content

Commit eedba29

Browse files
committed
Raise minor version number
1 parent bbe0e8a commit eedba29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

halostack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626
__major__ = "0"
2727
__minor__ = "3"
28-
__patch__ = "1"
28+
__patch__ = "2"
2929

3030
__version__ = "v" + ".".join([__major__, __minor__, __patch__])

0 commit comments

Comments
 (0)