From 98ddb8c11948d7b3301b4c8e47cbf5148ae2e82d Mon Sep 17 00:00:00 2001 From: Christoph Miksche Date: Mon, 26 Aug 2019 22:56:20 +0200 Subject: [PATCH] fix: new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d03c12..1c8f68b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup(name='gitea_auto_update', - version='2.0.3', + version='2.0.4', description='A script which can update gitea to a new version.', long_description=long_description, long_description_content_type="text/markdown",