diff --git a/deepl/__init__.py b/deepl/__init__.py index b48870b..7b24c1b 100644 --- a/deepl/__init__.py +++ b/deepl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.8.0" +__version__ = "1.0.0" from .deepl import DeepLCLI, DeepLCLIError diff --git a/pyproject.toml b/pyproject.toml index f523867..4f2faf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ packages = [ license = "MIT" readme = "README.md" repository = "https://github.com/eggplants/deepl-cli" -version = "0.8.0" +version = "1.0.0" [tool.poetry.dependencies] python = ">=3.8,<4"