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 7988bed commit 729ec91Copy full SHA for 729ec91
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 3
25
-#define FAST_MATRIX_MARKET_VERSION_PATCH 0
+#define FAST_MATRIX_MARKET_VERSION_PATCH 1
26
27
constexpr std::string_view kSpace = " ";
28
constexpr std::string_view kNewline = "\n";
0 commit comments