From acf201a3022b66e27d1ed6b9c3657190b84a1768 Mon Sep 17 00:00:00 2001 From: zmsn-2077 Date: Sat, 27 May 2023 21:27:14 +0800 Subject: [PATCH] ver: bump version to 0.5.0 --- CHANGELOG.md | 2 +- omnisafe/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d5a4b70..561c30a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.5.0 ### Features diff --git a/omnisafe/version.py b/omnisafe/version.py index 43e4ae732..0295dccbf 100644 --- a/omnisafe/version.py +++ b/omnisafe/version.py @@ -14,7 +14,7 @@ # ============================================================================== """OmniSafe: A comprehensive and reliable benchmark for safe reinforcement learning.""" -__version__ = '0.3.0' +__version__ = '0.5.0' __license__ = 'Apache License, Version 2.0' __author__ = 'OmniSafe Contributors' __release__ = False