Skip to content

Commit

Permalink
Bump version to 0.7.1 and add Python 3.11 tests (#20)
Browse files Browse the repository at this point in the history
* Bump version to 0.7.1

* Add Python 3.11 tests
  • Loading branch information
johnwason authored Feb 22, 2023
1 parent 91d947e commit 0ee116e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
tesseract_robotics: true
- python_version: "3.10"
tesseract_robotics: true
- python_version: "3.11"
tesseract_robotics: true
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="general_robotics_toolbox", # Replace with your own username
version="0.7.0",
version="0.7.1",
author="John Wason",
author_email="[email protected]",
description="General robotics toolbox developed by RPI",
Expand Down

0 comments on commit 0ee116e

Please sign in to comment.