Skip to content

Commit 0dccb3f

Browse files
committed
bump version
1 parent 485d883 commit 0dccb3f

File tree

5 files changed

+16
-16
lines changed

5 files changed

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

55
- Introduce a Pixi dev environment [#89](https://github.com/DataAnalyticsEngineering/FANS/pull/89)
66
- Include nlohmann-json via cmake [#87](https://github.com/DataAnalyticsEngineering/FANS/pull/87)

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.2
8+
VERSION 0.4.3
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.2"
7+
version = "0.4.3"
88
requires-python = ">=3.9"
99
dependencies = [
1010
"numpy",

pixi.lock

Lines changed: 12 additions & 12 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
@@ -54,7 +54,7 @@ dev = { features = ["dev"], no-default-feature = true }
5454

5555
[package]
5656
name = "fans"
57-
version = "0.4.2"
57+
version = "0.4.3"
5858

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

0 commit comments

Comments
 (0)