Skip to content

Commit a49cf10

Browse files
committed
bump version
1 parent 6db70f8 commit a49cf10

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FANS Changelog
22

3-
## latest
3+
## v0.5.1
44

55
- Optimize HDF5 I/O performance by using collective I/O operations [#105](https://github.com/DataAnalyticsEngineering/FANS/pull/105)
66

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.21)
55
# ##############################################################################
66

77
project(FANS
8-
VERSION 0.5.0
8+
VERSION 0.5.1
99
LANGUAGES C CXX
1010
)
1111

pixi.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = { features = ["dev"], no-default-feature = true }
5757

5858
[package]
5959
name = "fans"
60-
version = "0.5.0"
60+
version = "0.5.1"
6161

6262
[package.build]
6363
backend = { name = "pixi-build-cmake", version = "*" }

0 commit comments

Comments
 (0)