Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Oct 28, 2023
1 parent 80a6f11 commit b362d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

from .deepl import DeepLCLI, DeepLCLIError

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [{include = "deepl"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/deepl-cli"
version = "0.5.1"
version = "0.5.2"

[tool.poetry.dependencies]
python = ">=3.8,<4"
Expand Down

0 comments on commit b362d5d

Please sign in to comment.