Skip to content

Commit c51ae75

Browse files
authored
releass: bump a version further to skip cached wheel (#1181)
1 parent 8e36237 commit c51ae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evadb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "3"
3-
_REVISION = "5"
3+
_REVISION = "6"
44

55
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
66
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 commit comments

Comments
 (0)