From f1c0cb9c402993304f21bdfc488022af84583bd5 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 10 Jan 2022 11:51:10 -0800 Subject: [PATCH] Bump version to 0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7438fce..a409ecb 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.4.0", + version="0.4.1", description="Easily download releases from sites like Github and Gitea", long_description=long_description, long_description_content_type="text/markdown",