Commit d3e83c48 authored by nimrod's avatar nimrod
Browse files

Manage versions with bumpversion.

parent a199f14a
Loading
Loading
Loading
Loading

.bumpversion.cfg

0 → 100644
+8 −0
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.1.0-dev
commit = True
tag = True

[bumpversion:file:pyproject.toml]

[bumpversion:file:mnpw/__init__.py]
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ requests = "^2.25.1"
pre-commit = "^2.13.0"
pyinstaller = "^4.3"
pytest = "^6.2.4"
bump2version = "^1.0.1"

[tool.poetry.scripts]
mnpw = "mnpw:main"