From 2e348b90d17106e7f3b5169b0dfeef6d238b92d9 Mon Sep 17 00:00:00 2001 From: Not Logykk Date: Wed, 16 Feb 2022 09:10:37 +0000 Subject: [PATCH] Fixed version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbcda8b..51d72e4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( name="zotify", - version="0.6.0", + version="0.6.1", author="Zotify Contributors", description="A music and podcast downloader.", long_description=README,