Skip to content

Commit

Permalink
release v1.4.2
Browse files Browse the repository at this point in the history
fixes #6

[publish]
  • Loading branch information
nlfmt committed Aug 16, 2023
1 parent 4bc757e commit 9a5abee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vcolorpicker"
version = "1.4.1"
version = "1.4.2"
authors = [{name = "nlfmt", email = "[email protected]"}]
description = 'Open a visual vcolorpicker from any project.'
readme="README.md"
Expand Down
2 changes: 1 addition & 1 deletion vcolorpicker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Simply let a user pick a color using a visual selector.
"""

__version__ = "1.4.0"
__version__ = "1.4.2"
__author__ = 'nlfmt'

from .vcolorpicker import ColorPicker
Expand Down
2 changes: 1 addition & 1 deletion vcolorpicker/vcolorpicker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------- #
# #
# Modern Color Picker by Tom F. #
# Version 1.4.1 #
# Version 1.4.2 #
# made with Qt Creator & PyQt5 #
# #
# ------------------------------------- #
Expand Down

0 comments on commit 9a5abee

Please sign in to comment.