From c5bfd8383f802d90a0db658b6405f23a6cebabd9 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Nov 2023 17:52:06 -0500 Subject: [PATCH] (version): bump to v0.6.6 --- CMakeLists.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ef8ad3..d8fb11a 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.5 + VERSION 0.6.6 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 c28a472..b1a3b5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wp-math3d -version = 0.6.5 +version = 0.6.6 description = A math library for small vectors and matrices long_description = file: README.md long_description_content_type = text/markdown