[cli] Update make file & version

pull/2/head
Daniel Van Der Maden 5 years ago
parent 44acaf2121
commit 2bac075d73
  1. 3
      Makefile
  2. 2
      pyhmy/_version.py

@ -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
ls -l 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__"]

Loading…
Cancel
Save