From 7e4ad3bb0d24c7d1484946e9bb4f364234a88df6 Mon Sep 17 00:00:00 2001 From: Langenfeld Date: Mon, 21 Apr 2025 15:11:34 +0200 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c1c05a..6d8bb3b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md") as readme_file: setup_args = dict( name="py-gitea", - version="0.2.8", + version="0.2.10", description="A python wrapper for the Gitea API", long_description_content_type="text/markdown", long_description=README,