Skip to content

Commit 95b4b54

Browse files
committed
v1.0.1
1 parent 9e7a1fc commit 95b4b54

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.0"
1+
__version__ = "1.0.1"
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.0"
9+
version = "1.0.1"
1010
description = "DeepL Translator CLI without API Key"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)