We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e36237 commit c51ae75Copy full SHA for c51ae75
evadb/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "0"
2
_MINOR = "3"
3
-_REVISION = "5"
+_REVISION = "6"
4
5
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
6
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
0 commit comments