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 40e82ad commit 87acc1dCopy full SHA for 87acc1d
docs/conf.py
@@ -15,7 +15,7 @@
15
project = 'LocoMuJoCo'
16
copyright = '2025, Firas Al-Hafez'
17
author = 'Firas Al-Hafez'
18
-release = 'v0.4.1'
+release = 'v1.0.0'
19
20
# -- General configuration ---------------------------------------------------
21
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
loco_mujoco/__init__.py
@@ -1,6 +1,6 @@
1
from pathlib import Path
2
3
-__version__ = '0.4.1'
+__version__ = '1.0.0'
4
5
6
try:
0 commit comments