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 4bc757e commit 9a5abeeCopy full SHA for 9a5abee
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "vcolorpicker"
3
-version = "1.4.1"
+version = "1.4.2"
4
authors = [{name = "nlfmt", email = "nlfmt@gmx.de"}]
5
description = 'Open a visual vcolorpicker from any project.'
6
readme="README.md"
vcolorpicker/__init__.py
@@ -4,7 +4,7 @@
Simply let a user pick a color using a visual selector.
"""
7
-__version__ = "1.4.0"
+__version__ = "1.4.2"
8
__author__ = 'nlfmt'
9
10
from .vcolorpicker import ColorPicker
vcolorpicker/vcolorpicker.py
@@ -1,7 +1,7 @@
# ------------------------------------- #
# #
# Modern Color Picker by Tom F. #
-# Version 1.4.1 #
+# Version 1.4.2 #
# made with Qt Creator & PyQt5 #
0 commit comments