From e41f81a5abf5c539993a4481bbd3050e4cf21d64 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 23 Nov 2020 19:03:33 +0000 Subject: [PATCH] Released 0.1.0b27 to Test PyPI --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5f4c1f..442cb85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jock" # This will be updated automatically -version = "0.1.0b26" +version = "0.1.0b27" description = "Group and manage multiple git repositories" authors = [ "Gavin Fenton " diff --git a/setup.py b/setup.py index 08b3144..5960d1a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='git-jock', # This will be updated automatically - version='0.1.0b26', + version='0.1.0b27', author='Gavin Fenton', author_email='contact@gavinfenton.com', description='Git helper for multi-repository management',