File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222# SOFTWARE.
2323
2424cmake_minimum_required (VERSION 3.16...3.26)
25- project (map_closures_cpp VERSION 2.0.0 LANGUAGES CXX)
25+ project (map_closures_cpp VERSION 2.0.1 LANGUAGES CXX)
2626
2727option (USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" ON )
2828option (USE_SYSTEM_OPENCV "Use system pre-installed OpenCV" ON )
Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323cmake_minimum_required (VERSION 3.16...3.26)
24- project (map_closure_pybind VERSION 2.0.0 LANGUAGES CXX)
24+ project (map_closure_pybind VERSION 2.0.1 LANGUAGES CXX)
2525
2626# Set build type
2727set (CMAKE_BUILD_TYPE Release)
Original file line number Diff line number Diff line change 2121# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222# SOFTWARE.
2323
24- __version__ = "2.0.0 "
24+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " map_closures"
7- version = " 2.0.0 "
7+ version = " 2.0.1 "
88description = " Effectively Detecting Loop Closures using Point Cloud Density Maps"
99readme = " README.md"
1010authors = [{ name = " Saurabh Gupta" }, { name = " Tiziano Guadagnino" }]
You can’t perform that action at this time.
0 commit comments