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"