From 1eca1412694a34048d3c8aa6fde666522db91b91 Mon Sep 17 00:00:00 2001 From: eggplants Date: Sun, 1 Dec 2024 06:50:45 +0900 Subject: [PATCH] v1.0.0 --- deepl/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"