Skip to content

Commit 2066dfe

Browse files
committed
release: v1.2.0
1 parent ed78105 commit 2066dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ImageGoNord/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# gonord version
2-
__version__ = "1.1.0"
2+
__version__ = "1.2.0"
33

44
from ImageGoNord.GoNord import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="image-go-nord",
9-
version="1.1.0",
9+
version="1.2.0",
1010
description="A tool to convert any RGB image or video to any theme or color palette input by the user",
1111
long_description=README,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)