Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Arild authored Mar 23, 2022
1 parent aa942b5 commit aaa551d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rlgym_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '1.6.2'
__version__ = '1.6.3'

release_notes = {
'1.6.3':
"""
- Fix hoops-like setter for multiple players (Carrot)
""",
'1.6.2':
"""
- Added hoops-like setter (Carrot)
Expand Down

0 comments on commit aaa551d

Please sign in to comment.