diff --git a/setup.py b/setup.py index bc99855..3cfaab3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="gitfeatures", - version="0.0.6", + version="0.1.0", packages=["gitfeatures"], license="MIT", long_description=long_description, @@ -13,6 +13,7 @@ scripts=[ "scripts/git-feature", "scripts/git-hotfix", + "scripts/git-release", "scripts/git-stable", "scripts/git-pullrequest", "scripts/git-releasecandidate",