Skip to content

Commit 9b2cc50

Browse files
committed
Bump version
1 parent 390f12e commit 9b2cc50

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 3
25+
#define FAST_MATRIX_MARKET_VERSION_PATCH 4
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.3"
8+
version = "1.4.4"
99
description="Fast and full-featured Matrix Market file I/O"
1010
readme = "README.md"
1111
authors = [

0 commit comments

Comments
 (0)