From a6b0f46d7e6c1ad010cd8f3c69785e7add080d44 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 7 Jan 2022 11:09:02 -0800 Subject: [PATCH] Bump version to v0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 339becc..c6f0024 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="release-gitter", - version="0.2.1", + version="0.3.0", description="Easily download releases from sites like Github and Gitea", long_description=long_description, long_description_content_type="text/markdown",