Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 338cb3b

Browse files
authored
release 0.3.7 (#1239)
1 parent 90ac532 commit 338cb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)