We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d947e commit 0ee116eCopy full SHA for 0ee116e
.github/workflows/main.yml
@@ -26,6 +26,8 @@ jobs:
26
tesseract_robotics: true
27
- python_version: "3.10"
28
29
+ - python_version: "3.11"
30
+ tesseract_robotics: true
31
steps:
32
- uses: actions/checkout@v3
33
with:
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="general_robotics_toolbox", # Replace with your own username
8
- version="0.7.0",
+ version="0.7.1",
9
author="John Wason",
10
author_email="[email protected]",
11
description="General robotics toolbox developed by RPI",
0 commit comments