Skip to content

Commit 66f7d4b

Browse files
committed
Bump version
1 parent a6de4fe commit 66f7d4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.2
44

55
- Reduce dependencies of dashboard for cf-package https://github.com/DataAnalyticsEngineering/FANS/pull/71
66
- Add pixi task `h52xdmf` to generate XDMF from H5 files directly as `pixi run h52xdmf {h5filepath}`

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.4.1
8+
VERSION 0.4.2
99
LANGUAGES C CXX
1010
)
1111

FANS_Dashboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fans-dashboard"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
requires-python = ">=3.9"
99
dependencies = [
1010
"numpy",

0 commit comments

Comments
 (0)