From 70e613ff057ac826c937a7b1ef5733f00efd808f Mon Sep 17 00:00:00 2001 From: w1kl4s Date: Sat, 16 Jul 2022 18:27:39 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5f4ad3..04452f4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f: setup( name="radio_exporter", - version="0.1.0", + version="0.3.0", description="", long_description=long_description, url="https://git.gammaspectra.live/S.O.N.G/radio_exporter",