From 65bfa6451770ccaf4d4e307899a8a7732ac1a446 Mon Sep 17 00:00:00 2001 From: Christoph Miksche Date: Sat, 9 May 2020 20:57:33 +0200 Subject: [PATCH] feat: release new version There were many changes since the last release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58dfac7..493d003 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open("README.md", "r") as fh: setuptools.setup( name='gitea_auto_update', - version='2.0.7', + version='2.0.8', description='A script which can update gitea to a new version.', long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",