Add version number to __init__.py and docs to update that

This commit is contained in:
Andrew Chow 2019-03-08 17:13:52 -05:00
parent 07ece90769
commit b99385c8e2
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Release Process
1. Bump version number in `pyproject.toml`, generate the setup.py file, and git tag release
1. Bump version number in `pyproject.toml` and `hwilib/__init__.py`, generate the setup.py file, and git tag release
2. Build distribution archives for PyPi with `contrib/build_dist.sh`
3. For MacOS and Linux, use `contrib/build_bin.sh`. This needs to be run on a MacOS machine for the MacOS binary and on a Linux machine for the linux one.
4. For Windows, use `contrib/build_wine.sh` to build the Windows binary using wine

View File

@ -0,0 +1 @@
__version__ = '0.0.5'