Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
alugowski committed Oct 18, 2023
1 parent 6b688af commit be492fb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/fast_matrix_market/fast_matrix_market.hpp
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ namespace fast_matrix_market {
// Keep in sync with python/pyproject.toml
#define FAST_MATRIX_MARKET_VERSION_MAJOR 1
#define FAST_MATRIX_MARKET_VERSION_MINOR 7
#define FAST_MATRIX_MARKET_VERSION_PATCH 4
#define FAST_MATRIX_MARKET_VERSION_PATCH 5

constexpr std::string_view kSpace = " ";
constexpr std::string_view kNewline = "\n";
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "fast-matrix-market"
version = "1.7.4"
version = "1.7.5"
description="Fast and full-featured Matrix Market file I/O"
readme = "README.md"
authors = [

0 comments on commit be492fb

Please sign in to comment.