Skip to content

Commit 0aa92db

Browse files
committed
Update version
1 parent dd5f73d commit 0aa92db

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 = 6
3+
VERSION_PATCH = 7
44
VERSION_RELEASE = 'alpha'
55
VERSION = str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_PATCH) + "-" + VERSION_RELEASE

0 commit comments

Comments
 (0)