From c20cb1b3aaf0275c393de1be53eac320341ec1a8 Mon Sep 17 00:00:00 2001 From: Kevin Grandjean Date: Fri, 4 Aug 2023 22:13:43 +0200 Subject: [PATCH] Update package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06f2783..478c9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ line-length = 100 [tool.poetry] name = "gitea-github-sync" -version = "0.1.1" +version = "0.1.2" homepage = "https://github.com/Muscaw/gitea-github-sync" description = "Syncs your gitea instance with your Github account" authors = ["Kevin Grandjean "]