Skip to content

Commit 4caa148

Browse files
committed
Bump version number
1 parent b06ca30 commit 4caa148

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__ = "2"
28+
__patch__ = "3"
2929

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

0 commit comments

Comments
 (0)