version increment

This commit is contained in:
Michael Clemens 2022-05-20 18:46:57 +02:00
parent b5b5f0aeb8
commit 9358c82dbf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
from colorspot.__main__ import ColorSpot
__version__ = '0.1.3'
__version__ = '0.1.4'