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 5aaa447 commit 8a8fc46Copy full SHA for 8a8fc46
evadb/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "0"
2
_MINOR = "3"
3
-_REVISION = "9+dev"
+_REVISION = "9"
4
5
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
6
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
0 commit comments