diff --git a/CMakeLists.txt b/CMakeLists.txt index 2437d59..e2f0873 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.4.4 + VERSION 0.4.5 DESCRIPTION "A basic math library for spatial algebra" HOMEPAGE_URL "https://github.com/wpumacay/math" LANGUAGES C CXX) diff --git a/setup.py b/setup.py index 9076808..0119753 100644 --- a/setup.py +++ b/setup.py @@ -165,7 +165,7 @@ def build_extension(self, ext): setup( name="Math3d", - version="0.4.4", + version="0.4.5", description="A math library for small vectors and matrices", long_description=long_description, long_description_content_type="text/markdown",