We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a6f11 commit b362d5dCopy full SHA for b362d5d
deepl/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.1"
+__version__ = "0.5.2"
2
3
from .deepl import DeepLCLI, DeepLCLIError
4
pyproject.toml
@@ -23,7 +23,7 @@ packages = [{include = "deepl"}]
23
license = "MIT"
24
readme = "README.md"
25
repository = "https://github.com/eggplants/deepl-cli"
26
-version = "0.5.1"
+version = "0.5.2"
27
28
[tool.poetry.dependencies]
29
python = ">=3.8,<4"
0 commit comments