From bcf71cf112250361baea64c34c823eb14c89843f Mon Sep 17 00:00:00 2001 From: eggplants Date: Tue, 30 Apr 2024 12:20:53 +0900 Subject: [PATCH] v0.7.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 653c0ce..8f40b22 100644 --- a/deepl/__init__.py +++ b/deepl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.0" +__version__ = "0.7.0" from .deepl import DeepLCLI, DeepLCLIError diff --git a/pyproject.toml b/pyproject.toml index 9a53aa9..63b7ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ packages = [{include = "deepl"}] license = "MIT" readme = "README.md" repository = "https://github.com/eggplants/deepl-cli" -version = "0.6.0" +version = "0.7.0" [tool.poetry.dependencies] python = ">=3.8,<4"