diff --git a/CMakeLists.txt b/CMakeLists.txt index ad30847..d281ae9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ include(${loco_cmake_SOURCE_DIR}/Index.cmake) # Define our project :) project( math3d - VERSION 0.6.7 + VERSION 0.6.8 DESCRIPTION "A basic math library for spatial algebra" HOMEPAGE_URL "https://github.com/wpumacay/math" LANGUAGES C CXX) diff --git a/setup.cfg b/setup.cfg index 18a37f3..7c7eb3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wp-math3d -version = 0.6.7 +version = 0.6.8 description = A basic math library for spatial algebra long_description = file: README.md long_description_content_type = text/markdown