From 9358c82dbfa2644fcbe548c08ce947b71260d5ef Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 20 May 2022 18:46:57 +0200 Subject: [PATCH] version increment --- setup.cfg | 2 +- src/colorspot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 15c811e..f7d4547 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = colorspot -version = 0.1.3 +version = 0.1.4 author = Michael Clemens author_email = colorspot@qrz.is description = A colorful CLI DX cluster client with LotW integration diff --git a/src/colorspot/__init__.py b/src/colorspot/__init__.py index daf546e..b572ec4 100644 --- a/src/colorspot/__init__.py +++ b/src/colorspot/__init__.py @@ -1,3 +1,3 @@ from colorspot.__main__ import ColorSpot -__version__ = '0.1.3' +__version__ = '0.1.4'