diff --git a/README.md b/README.md index 75e4d41..b6e864b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ python examples/model-tournament/train.py ## Release procedure 1. Bump VERSION in setup.py. This should contain the new version without the v -1. Run `git tag -a v0.0.1 -m "Release v0.0.1"` with matching version number +1. `git commit -a -m "Release v0.0.2"` +1. Run `git tag -a v0.0.2 -m "Release v0.0.2"` with matching version number 1. Optional: run `make package` -1. Run `git push origin v0.0.1` +1. Run `git push origin v0.0.2` diff --git a/setup.py b/setup.py index d2b0364..02f48cd 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ EMAIL = 'fwhigh@gmail.com' AUTHOR = 'F. William High' REQUIRES_PYTHON = '>=3.6.0' -VERSION = '0.0.1' +VERSION = '0.0.2' LICENSE = 'Apache-2.0' here = os.path.abspath(os.path.dirname(__file__))