Skip to content

Commit fc0d5e0

Browse files
committed
Raise version patch by one
1 parent a789897 commit fc0d5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

halostack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

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

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

0 commit comments

Comments
 (0)