Skip to content

Commit

Permalink
(versioning): update to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wpumacay committed Jul 12, 2023
1 parent ff26698 commit 5b6edc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 5b6edc1

Please sign in to comment.