Skip to content

Commit

Permalink
releass: bump a version further to skip cached wheel (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Sep 21, 2023
1 parent 8e36237 commit c51ae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evadb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "3"
_REVISION = "5"
_REVISION = "6"

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

0 comments on commit c51ae75

Please sign in to comment.