Skip to content

Commit

Permalink
fix(tgi): correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Jun 27, 2024
1 parent 05e22e8 commit 40317e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pkg_resources import parse_version


__version__ = "0.1.0a1"
__version__ = "0.1.1"
VERSION = parse_version(__version__)

0 comments on commit 40317e5

Please sign in to comment.