Skip to content

Commit 64e9366

Browse files
committed
fix: Also install bump2version as development tool
1 parent a1ba069 commit 64e9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]
2929

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

3434
HERE = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)