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 ed78105 commit 2066dfeCopy full SHA for 2066dfe
ImageGoNord/__init__.py
@@ -1,4 +1,4 @@
1
# gonord version
2
-__version__ = "1.1.0"
+__version__ = "1.2.0"
3
4
from ImageGoNord.GoNord import *
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="image-go-nord",
9
- version="1.1.0",
+ version="1.2.0",
10
description="A tool to convert any RGB image or video to any theme or color palette input by the user",
11
long_description=README,
12
long_description_content_type="text/markdown",
0 commit comments