From 61e9cba6c118f3836497606a57eedd51f59aa63b Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 27 Nov 2020 18:28:51 +0000 Subject: [PATCH] Released 0.1.0 to PyPI --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6c606b..8bc01a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jock" # This will be updated automatically -version = "0.1.0b28" +version = "0.1.0" description = "Group and manage multiple git repositories" authors = [ "Gavin Fenton " diff --git a/setup.py b/setup.py index 30cfa5d..55bce49 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='git-jock', # This will be updated automatically - version='0.1.0b28', + version='0.1.0', author='Gavin Fenton', author_email='contact@gavinfenton.com', description='Git helper for multi-repository management',