Skip to content

Commit

Permalink
chore: bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Aug 8, 2024
1 parent 63a0ac2 commit 9916a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimum/tpu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
from pkg_resources import parse_version


__version__ = "0.1.4"
__version__ = "0.1.5"
VERSION = parse_version(__version__)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pkg_resources import parse_version


__version__ = "0.1.4"
__version__ = "0.1.5"
VERSION = parse_version(__version__)

0 comments on commit 9916a54

Please sign in to comment.