Skip to content

Commit 92ae300

Browse files
committed
Bump version
1 parent 33ebfb8 commit 92ae300

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_build
22
__pycache__
33
.coverage
4+
.venv

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'dm-robotics-panda'
1010
copyright = '2023, Jean Elsner'
1111
author = 'Jean Elsner'
12-
release = '0.4.7'
12+
release = '0.4.8'
1313

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = [
1313
[project]
1414
name = "dm-robotics-panda"
1515
description = "Panda model for dm_robotics."
16-
version = "0.4.7"
16+
version = "0.4.8"
1717
requires-python = ">=3.8,<3.13"
1818
authors = [
1919
{ name = "Jean Elsner", email = "jean.elsner@tum.de" },

0 commit comments

Comments
 (0)