Skip to content

Commit

Permalink
[BUMP]: v0.2.14+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed Jun 17, 2023
1 parent a4c4022 commit 5f2d1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evadb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "2"
_REVISION = "13"
_REVISION = "14+dev"

VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}" # noqa: W292
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 comments on commit 5f2d1a4

Please sign in to comment.