Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 19, 2022
1 parent f09ffd7 commit 6d4b037
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.1 (2022-09-19)
### Fix
* Invalid pypi classifiers ([`f09ffd7`](https://github.com/CallumJHays/spatialmath-rospy/commit/f09ffd7b5bc78da8ddc6e25687e8c1bf10aaf8b5))

## v0.1.0 (2022-09-19)
### Feature
* **fake:** Trigger ci release ([`277227f`](https://github.com/CallumJHays/spatialmath-rospy/commit/277227fc69c005705cac20643c67eea3da011e96))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path

__version__ = "0.1.0"
__version__ = "0.1.1"

here = path.abspath(path.dirname(__file__))

Expand Down
2 changes: 1 addition & 1 deletion spatialmath_rospy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

from spatialmath_rospy.convert import to_spatialmath, to_ros
from spatialmath_rospy.monkey_patch_spatialmath import monkey_patch_spatialmath
Expand Down

0 comments on commit 6d4b037

Please sign in to comment.