Skip to content

Commit 474a5dc

Browse files
committed
Bump version
1 parent 9e35ea7 commit 474a5dc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
VERSION: 0.6.2
8+
VERSION: 0.7.0
99

1010
permissions: write-all
1111

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'panda-py'
1010
copyright = '2023, Jean Elsner'
1111
author = 'Jean Elsner'
12-
release = '0.6.2'
12+
release = '0.7.0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -36,7 +36,6 @@
3636
'index': 'panda_py.html',
3737
}
3838

39-
4039
# -- Options for HTML output -------------------------------------------------
4140
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
4241

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "panda-python"
77
description = "Python bindings for the Panda robot"
88
requires-python = ">=3.7"
99
dependencies = ["websockets>=11.0", "requests", "numpy"]
10-
version = "0.6.2"
10+
version = "0.7.0"
1111
authors = [
1212
{ name = "Jean Elsner", email = "[email protected]" },
1313
]

0 commit comments

Comments
 (0)