Skip to content

Commit

Permalink
fix: Also install bump2version as development tool
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Jan 2, 2020
1 parent a1ba069 commit 64e9366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]

EXTRAS = {
"dev": ['setuptools', 'wheel', 'twine', 'pylint', 'flake8', 'flake8-isort', 'black'],
"dev": ['setuptools', 'wheel', 'twine', 'pylint', 'flake8', 'flake8-isort', 'black', 'bump2version'],
}

HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 64e9366

Please sign in to comment.