Skip to content

Commit ca833c2

Browse files
committed
Bump version
1 parent 537b1e6 commit ca833c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.7.4
8+
VERSION: 0.7.5
99

1010
permissions: write-all
1111

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.7.4'
12+
release = '0.7.5'
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
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "panda-python"
7-
version = "0.7.4"
7+
version = "0.7.5"
88
description = "Python bindings for the Panda robot"
99
requires-python = ">=3.7"
1010
dependencies = ["websockets>=11.0", "requests", "numpy"]

src/panda_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'fk', 'ik', 'ik_full', 'Desk', 'TOKEN_PATH'
3333
]
3434

35-
__version__ = '0.7.4'
35+
__version__ = '0.7.5'
3636

3737
_logger = logging.getLogger('desk')
3838

0 commit comments

Comments
 (0)