Skip to content

Commit 8a8fc46

Browse files
authored
v0.3.9 - new release (#1367)
1 parent 5aaa447 commit 8a8fc46

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 = "9+dev"
3+
_REVISION = "9"
44

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

0 commit comments

Comments
 (0)