From bab371da7209629219c4c0e88607aad2e1f1c445 Mon Sep 17 00:00:00 2001 From: Jasur Sadikov Date: Mon, 21 Oct 2024 11:28:19 +0200 Subject: [PATCH] Releasing v1.0.1 --- pyproject.toml | 2 +- src/mud/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a4a6cd..ffe19d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mud-git" -version = "1.0.0" +version = "1.0.1" authors = [{ name = "Jasur Sadikov", email = "jasur@sadikoff.com" }] description = "🗃️ Multi repository git utility. Manage multiple git-repositories simultaneously." readme = "README.md" diff --git a/src/mud/__about__.py b/src/mud/__about__.py index 5becc17..5c4105c 100644 --- a/src/mud/__about__.py +++ b/src/mud/__about__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"