Skip to content

Commit acf201a

Browse files
committed
ver: bump version to 0.5.0
1 parent 48e326a commit acf201a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## v0.5.0
1111

1212
### Features
1313

omnisafe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ==============================================================================
1515
"""OmniSafe: A comprehensive and reliable benchmark for safe reinforcement learning."""
1616

17-
__version__ = '0.3.0'
17+
__version__ = '0.5.0'
1818
__license__ = 'Apache License, Version 2.0'
1919
__author__ = 'OmniSafe Contributors'
2020
__release__ = False

0 commit comments

Comments
 (0)