Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Feb 16, 2022
1 parent 417b29a commit 0059e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

setup(
name="gitfeatures",
version="0.0.6",
version="0.1.0",
packages=["gitfeatures"],
license="MIT",
long_description=long_description,
install_requires=["six"],
scripts=[
"scripts/git-feature",
"scripts/git-hotfix",
"scripts/git-release",
"scripts/git-stable",
"scripts/git-pullrequest",
"scripts/git-releasecandidate",
Expand Down

0 comments on commit 0059e32

Please sign in to comment.