From 40c9498c480f9558657d661bce18478038d10a5c Mon Sep 17 00:00:00 2001 From: Miki Date: Mon, 24 Jul 2023 00:23:27 +0200 Subject: [PATCH] feat: video conversion --- ImageGoNord/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ImageGoNord/__init__.py b/ImageGoNord/__init__.py index f8772a0..5fbd262 100755 --- a/ImageGoNord/__init__.py +++ b/ImageGoNord/__init__.py @@ -1,4 +1,4 @@ # gonord version -__version__ = "0.1.5" +__version__ = "0.1.6" from ImageGoNord.GoNord import * \ No newline at end of file diff --git a/setup.py b/setup.py index 477d5c0..589fb3d 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="image-go-nord", - version="0.1.5", + version="0.1.6", description="A tool for converting RGB image to Nordtheme palette", long_description=README, long_description_content_type="text/markdown",