File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
include/fast_matrix_market Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ namespace fast_matrix_market {
21
21
// Version macros.
22
22
// Keep in sync with python/pyproject.toml
23
23
#define FAST_MATRIX_MARKET_VERSION_MAJOR 1
24
- #define FAST_MATRIX_MARKET_VERSION_MINOR 3
25
- #define FAST_MATRIX_MARKET_VERSION_PATCH 1
24
+ #define FAST_MATRIX_MARKET_VERSION_MINOR 4
25
+ #define FAST_MATRIX_MARKET_VERSION_PATCH 0
26
26
27
27
constexpr std::string_view kSpace = " " ;
28
28
constexpr std::string_view kNewline = " \n " ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
5
5
6
6
[project ]
7
7
name = " fast_matrix_market"
8
- version = " 1.3.1 "
8
+ version = " 1.4.0 "
9
9
description =" Fast and full-featured Matrix Market file I/O"
10
10
readme = " README.md"
11
11
authors = [
You can’t perform that action at this time.
0 commit comments