Skip to content

Commit 0ee116e

Browse files
authored
Bump version to 0.7.1 and add Python 3.11 tests (#20)
* Bump version to 0.7.1 * Add Python 3.11 tests
1 parent 91d947e commit 0ee116e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
tesseract_robotics: true
2727
- python_version: "3.10"
2828
tesseract_robotics: true
29+
- python_version: "3.11"
30+
tesseract_robotics: true
2931
steps:
3032
- uses: actions/checkout@v3
3133
with:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="general_robotics_toolbox", # Replace with your own username
8-
version="0.7.0",
8+
version="0.7.1",
99
author="John Wason",
1010
author_email="[email protected]",
1111
description="General robotics toolbox developed by RPI",

0 commit comments

Comments
 (0)