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",