Skip to content

Commit c3b45b6

Browse files
authored
v0.3.8 - new release (#1303)
1 parent f192a10 commit c3b45b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evadb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "3"
3-
_REVISION = "8+dev"
3+
_REVISION = "8"
44

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

0 commit comments

Comments
 (0)