Skip to content

Commit

Permalink
Update version to 0.7.2 in languru/version.py and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dockhardman committed Apr 6, 2024
1 parent f6d92e1 commit e94e380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languru/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from typing import Final, Text

VERSION: Final[Text] = "0.7.1"
VERSION: Final[Text] = "0.7.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0 license"
name = "languru"
readme = "README.md"
repository = "https://github.com/dockhardman/languru"
version = "0.7.1"
version = "0.7.2"

[tool.poetry.dependencies]
accelerate = { version = "^0.27.2", optional = true, markers = "sys_platform == 'linux'" }
Expand Down

0 comments on commit e94e380

Please sign in to comment.