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'