diff --git a/setup.py b/setup.py index 20e8f05..71b23ec 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="gita", packages=["gita"], - version="0.16.2.3", + version="0.16.3", license="MIT", description="Manage multiple git repos with sanity", long_description=long_description,