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 1cf7d92 commit 43d9a95Copy full SHA for 43d9a95
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
- name: Set up Python
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
.github/workflows/sphinx.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Set up Python 3.7
13
- uses: actions/setup-python@v1
14
15
python-version: 3.7
16
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "spatialmath-python"
3
-version = "1.1.9"
+version = "1.1.10"
4
authors = [
5
{ name="Peter Corke", email="[email protected]" },
6
]
0 commit comments