Skip to content

Commit 3dd34d8

Browse files
committed
Update version
1 parent bde8fa2 commit 3dd34d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 0
22
VERSION_MINOR = 0
3-
VERSION_PATCH = 4
3+
VERSION_PATCH = 5
44
VERSION_RELEASE = 'alpha'
55
VERSION = str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_PATCH) + "-" + VERSION_RELEASE

0 commit comments

Comments
 (0)