Skip to content

Commit 6072710

Browse files
committed
bump version
1 parent 234403b commit 6072710

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.6.1
44

55
- Adds support to write integration point data to disk [#117](https://github.com/DataAnalyticsEngineering/FANS/pull/117)
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.6.0
8+
VERSION 0.6.1
99
LANGUAGES C CXX
1010
)
1111

pixi.lock

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

4848
[package]
4949
name = "fans"
50-
version = "0.6.0"
50+
version = "0.6.1"
5151

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

0 commit comments

Comments
 (0)