Skip to content

Commit

Permalink
[BUMP]: v0.1.5+dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Jan 28, 2023
1 parent b725a44 commit 6a68107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "4"
_REVISION = "5+dev"

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

0 comments on commit 6a68107

Please sign in to comment.