@ -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/*
@ -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__"]