From 6602d1ecab69a7dea4959ad5694bbcdc40c06434 Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Thu, 25 Jul 2024 13:26:18 +0300 Subject: [PATCH] - Version is bumped --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee60c1a..ff258ad 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fd: setup( name="almalinux-git-utils", - version="0.0.1", + version="0.0.2", author="Eugene Zamriy", author_email="ezamriy@almalinux.org", description="Utilities for working with the AlmaLinux OS Git server",