We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c95e4 commit 2ac4f2cCopy full SHA for 2ac4f2c
deepqt/__init__.py
@@ -1,3 +1,3 @@
1
__program__ = "DeepQt"
2
-__version__ = "1.1.4"
+__version__ = "1.1.5"
3
__description__ = "DeepL API front-end using Qt."
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = deepqt
-version = 1.1.4
+version = 1.1.5
4
description = Harness the power of the DeepL API with this friendly user interface.
5
long_description = file: README.md
6
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
0 commit comments