We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ebfb8 commit 92ae300Copy full SHA for 92ae300
3 files changed
.gitignore
@@ -1,3 +1,4 @@
1
_build
2
__pycache__
3
.coverage
4
+.venv
doc/conf.py
@@ -9,7 +9,7 @@
9
project = 'dm-robotics-panda'
10
copyright = '2023, Jean Elsner'
11
author = 'Jean Elsner'
12
-release = '0.4.7'
+release = '0.4.8'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -13,7 +13,7 @@ include = [
[project]
name = "dm-robotics-panda"
description = "Panda model for dm_robotics."
16
-version = "0.4.7"
+version = "0.4.8"
17
requires-python = ">=3.8,<3.13"
18
authors = [
19
{ name = "Jean Elsner", email = "jean.elsner@tum.de" },
0 commit comments