Skip to content

Commit 1eca141

Browse files
committed
v1.0.0
1 parent 9e47a9a commit 1eca141

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deepl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.8.0"
1+
__version__ = "1.0.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
@@ -28,7 +28,7 @@ packages = [
2828
license = "MIT"
2929
readme = "README.md"
3030
repository = "https://github.com/eggplants/deepl-cli"
31-
version = "0.8.0"
31+
version = "1.0.0"
3232

3333
[tool.poetry.dependencies]
3434
python = ">=3.8,<4"

0 commit comments

Comments
 (0)