We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478d808 commit 375267dCopy full SHA for 375267d
include/fast_matrix_market/fast_matrix_market.hpp
@@ -22,7 +22,7 @@ namespace fast_matrix_market {
22
// Keep in sync with python/pyproject.toml
23
#define FAST_MATRIX_MARKET_VERSION_MAJOR 1
24
#define FAST_MATRIX_MARKET_VERSION_MINOR 4
25
-#define FAST_MATRIX_MARKET_VERSION_PATCH 1
+#define FAST_MATRIX_MARKET_VERSION_PATCH 2
26
27
constexpr std::string_view kSpace = " ";
28
constexpr std::string_view kNewline = "\n";
python/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
5
6
[project]
7
name = "fast_matrix_market"
8
-version = "1.4.1"
+version = "1.4.2"
9
description="Fast and full-featured Matrix Market file I/O"
10
readme = "README.md"
11
authors = [
0 commit comments