Skip to content

Commit ddb2beb

Browse files
committed
Towards new 1.1.16 release.
1 parent 63afcd6 commit ddb2beb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
run: |
3636
python -m build
3737
ls ./dist/*.whl
38-
twine upload dist/*.gz
39-
twine upload dist/*.whl
38+
twine upload dist/*.gz --verbose
39+
twine upload dist/*.whl --verbose

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spatialmath-python"
3-
version = "1.1.15"
3+
version = "1.1.16"
44
authors = [
55
{ name="Peter Corke", email="rvc@petercorke.com" },
66
]

0 commit comments

Comments
 (0)