We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08ac2e commit cd1c01fCopy full SHA for cd1c01f
2 files changed
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.6'
+release = '0.4.7'
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.6"
+version = "0.4.7"
17
requires-python = ">=3.8,<3.11"
18
authors = [
19
{ name = "Jean Elsner", email = "jean.elsner@tum.de" },
0 commit comments