Skip to content

Commit

Permalink
0.1.2
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 8da4979 commit c40591b
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.2 (2022-09-19)
### Fix
* Pypi classifiers again ([`dbd9213`](https://github.com/CallumJHays/spatialmath-rospy/commit/dbd921304016215d3055133fd2491cf9a02dfb80))

## v0.1.1 (2022-09-19)
### Fix
* Invalid pypi classifiers ([`f09ffd7`](https://github.com/CallumJHays/spatialmath-rospy/commit/f09ffd7b5bc78da8ddc6e25687e8c1bf10aaf8b5))
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.1"
__version__ = "0.1.2"

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.1"
__version__ = "0.1.2"

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 c40591b

Please sign in to comment.