From b1a4e938882127307a5fde39763cb283d7bf147f Mon Sep 17 00:00:00 2001 From: jbrhm Date: Wed, 17 Jul 2024 14:09:22 -0400 Subject: [PATCH] Cupybara v1.0.2 --- CMakeLists.txt | 2 +- README.md | 2 +- build.sh | 2 +- package/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88fed44..73a4eeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_C_COMPILER "/usr/bin/clang-18") set(CMAKE_CUDA_FLAGS -allow-unsupported-compiler) project(cupybara - VERSION 1.0.1 + VERSION 1.0.2 LANGUAGES CXX C CUDA ) diff --git a/README.md b/README.md index f55938f..fda8a67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Installation - Download the latest release of Cupybara using the release tab on the right - Cd to the directory the wheel was downloaded -- Run `sudo pip install --force-reinstall cupybara-1.0.1-py3-none-any.whl` +- Run `sudo pip install --force-reinstall cupybara-1.0.2-py3-none-any.whl` ## Performance **Performance Measured On 1000x1000 Matrices** diff --git a/build.sh b/build.sh index 544b0db..200475c 100755 --- a/build.sh +++ b/build.sh @@ -5,4 +5,4 @@ cmake --install build cd package/ python3 -m build cd dist -sudo pip install --force-reinstall cupybara-1.0.1-py3-none-any.whl +sudo pip install --force-reinstall cupybara-1.0.2-py3-none-any.whl diff --git a/package/pyproject.toml b/package/pyproject.toml index 178fa70..0005d29 100644 --- a/package/pyproject.toml +++ b/package/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cupybara" -version = "1.0.1" +version = "1.0.2" authors = [ { name="jbrhm", email="no@no.no" }, ]