From 7c9852f6f1b381ea82ce428c16fd4ffa293c2eb2 Mon Sep 17 00:00:00 2001 From: robfiras Date: Sat, 4 May 2024 18:35:36 +0200 Subject: [PATCH] Version bump 0.2.1. --- LICENSE | 2 +- docs/conf.py | 2 +- loco_mujoco/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 941528e..3d58892 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Al-Hafez +Copyright (c) 2024 Al-Hafez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index 90a14e9..d420943 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'LocoMuJoCo' copyright = '2024, Firas Al-Hafez' author = 'Firas Al-Hafez' -release = 'v0.2.0' +release = 'v0.2.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/loco_mujoco/__init__.py b/loco_mujoco/__init__.py index d64fa1b..3e35cb4 100644 --- a/loco_mujoco/__init__.py +++ b/loco_mujoco/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' try: