diff --git a/Makefile b/Makefile index 3081dc0..d10b33c 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ install: python3 -m pip install -e . release: clean + python3 -m incremental.update pyhmy --patch --rc python3 -m incremental.update pyhmy python3 setup.py sdist bdist_wheel twine upload dist/* @@ -42,4 +43,4 @@ else python3 -m incremental.update pyhmy --dev endif python3 setup.py sdist bdist_wheel - ls -l dist \ No newline at end of file + ls -l dist diff --git a/pyhmy/_version.py b/pyhmy/_version.py index 4d32600..c4ee94d 100644 --- a/pyhmy/_version.py +++ b/pyhmy/_version.py @@ -7,5 +7,5 @@ Provides pyhmy version information. from incremental import Version -__version__ = Version('pyhmy', 20, 1, 0) +__version__ = Version('pyhmy', 20, 1, 2) __all__ = ["__version__"]