We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e326a commit acf201aCopy full SHA for acf201a
CHANGELOG.md
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
10
-## Unreleased
+## v0.5.0
11
12
### Features
13
omnisafe/version.py
@@ -14,7 +14,7 @@
14
# ==============================================================================
15
"""OmniSafe: A comprehensive and reliable benchmark for safe reinforcement learning."""
16
17
-__version__ = '0.3.0'
+__version__ = '0.5.0'
18
__license__ = 'Apache License, Version 2.0'
19
__author__ = 'OmniSafe Contributors'
20
__release__ = False
0 commit comments