diff --git a/ImageGoNord/__init__.py b/ImageGoNord/__init__.py index 2d4c869..e61d2e0 100755 --- a/ImageGoNord/__init__.py +++ b/ImageGoNord/__init__.py @@ -1,4 +1,4 @@ # gonord version -__version__ = "1.0.0" +__version__ = "1.0.1" from ImageGoNord.GoNord import * \ No newline at end of file diff --git a/setup.py b/setup.py index ebac5f1..614f255 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="image-go-nord", - version="1.0.0", + version="1.0.1", description="A tool to convert any RGB image or video to any theme or color palette input by the user", long_description=README, long_description_content_type="text/markdown",