Skip to content

Commit 87acc1d

Browse files
committed
Version Bump 1.0.0.
1 parent 40e82ad commit 87acc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = 'LocoMuJoCo'
1616
copyright = '2025, Firas Al-Hafez'
1717
author = 'Firas Al-Hafez'
18-
release = 'v0.4.1'
18+
release = 'v1.0.0'
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

loco_mujoco/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22

3-
__version__ = '0.4.1'
3+
__version__ = '1.0.0'
44

55

66
try:

0 commit comments

Comments
 (0)