Skip to content

Commit c83812e

Browse files
committed
v1.1.0
1 parent d6261de commit c83812e

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__ = "1.0.1"
1+
__version__ = "1.1.0"
22

33
from .deepl import DeepLCLI, DeepLCLIError, DeepLCLIPageLoadError
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "deepl-cli"
9-
version = "1.0.1"
9+
version = "1.1.0"
1010
description = "DeepL Translator CLI without API Key"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)