tesseract-robotics / tesseract_python

This contains python wrappers for both Tesseract and Tesseract Planning packages
https://tesseract-robotics.github.io/tesseract_python/
28 stars 13 forks source link

Build package with 0.2.0.post1 version #47

Closed johnwason closed 1 year ago

johnwason commented 1 year ago

This will use an action to build with version 0.2.0.post1 so it can be uploaded to PyPi to replace the version 0.2.0 package. No other changes have been made. This PR will be closed without merging.

Levi-Armstrong commented 1 year ago

What do you think about using the same 0.18.X version to help identify what c++ version this is associated with?

johnwason commented 1 year ago

Corrected metadata has been uploaded to pypi

johnwason commented 1 year ago

@Levi-Armstrong Python doesn't handle versioning well when the upstream and package have different release cycle. The patch digit and postfix don't represent the major changes that can be made to the Python package.