Skip to content

Commit 375267d

Browse files
committed
Version bump
1 parent 478d808 commit 375267d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/fast_matrix_market/fast_matrix_market.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace fast_matrix_market {
2222
// Keep in sync with python/pyproject.toml
2323
#define FAST_MATRIX_MARKET_VERSION_MAJOR 1
2424
#define FAST_MATRIX_MARKET_VERSION_MINOR 4
25-
#define FAST_MATRIX_MARKET_VERSION_PATCH 1
25+
#define FAST_MATRIX_MARKET_VERSION_PATCH 2
2626

2727
constexpr std::string_view kSpace = " ";
2828
constexpr std::string_view kNewline = "\n";

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55

66
[project]
77
name = "fast_matrix_market"
8-
version = "1.4.1"
8+
version = "1.4.2"
99
description="Fast and full-featured Matrix Market file I/O"
1010
readme = "README.md"
1111
authors = [

0 commit comments

Comments
 (0)