-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version and update release notes
- Loading branch information
1 parent
2f80e26
commit c9b09ca
Showing
4 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
config = json.loads(setup_json.read()) | ||
|
||
base_config = dict( | ||
author='Lucas Emery and Matthew Allen', | ||
author='Lucas Emery, Matthew Allen and Rolv-Arild Braaten', | ||
author_email='[email protected]', | ||
url='https://rlgym.org', | ||
project_urls={ | ||
|
@@ -17,7 +17,7 @@ | |
license_file='LICENSE', | ||
keywords=['rocket-league', 'gym', 'reinforcement-learning', 'rlgym'], | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Development Status :: 5 - Production/Stable', | ||
'License :: OSI Approved :: Apache Software License', | ||
'Programming Language :: Python :: 3', | ||
"Operating System :: OS Independent", | ||
|