Skip to content

Commit e970f0e

Browse files
committed
v0.6.0
1 parent efcd422 commit e970f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deepl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.6.0"
22

33
from .deepl import DeepLCLI, DeepLCLIError
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [{include = "deepl"}]
2323
license = "MIT"
2424
readme = "README.md"
2525
repository = "https://github.com/eggplants/deepl-cli"
26-
version = "0.5.2"
26+
version = "0.6.0"
2727

2828
[tool.poetry.dependencies]
2929
python = ">=3.8,<4"

0 commit comments

Comments
 (0)