Skip to content

Commit 9a5abee

Browse files
committed
release v1.4.2
fixes #6 [publish]
1 parent 4bc757e commit 9a5abee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vcolorpicker"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
authors = [{name = "nlfmt", email = "nlfmt@gmx.de"}]
55
description = 'Open a visual vcolorpicker from any project.'
66
readme="README.md"

vcolorpicker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Simply let a user pick a color using a visual selector.
55
"""
66

7-
__version__ = "1.4.0"
7+
__version__ = "1.4.2"
88
__author__ = 'nlfmt'
99

1010
from .vcolorpicker import ColorPicker

vcolorpicker/vcolorpicker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ------------------------------------- #
22
# #
33
# Modern Color Picker by Tom F. #
4-
# Version 1.4.1 #
4+
# Version 1.4.2 #
55
# made with Qt Creator & PyQt5 #
66
# #
77
# ------------------------------------- #

0 commit comments

Comments
 (0)