Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwhigh committed May 14, 2021
1 parent 908f74a commit b708145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
EMAIL = '[email protected]'
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__))
Expand Down

0 comments on commit b708145

Please sign in to comment.