Skip to content

Commit f8218da

Browse files
authored
REL: Bump version numbers (#48)
1 parent 170cc86 commit f8218da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'xsf',
33
'cpp',
4-
version : '0.1.1',
4+
version : '0.1.2',
55
license : 'BSD-3-Clause AND MIT AND BSD-3-Clause-LBNL AND Apache-2.0 WITH LLVM-exception',
66
license_files : ['LICENSE', 'LICENSES_bundled.txt'],
77
meson_version : '>=1.5.0'

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels = ["https://prefix.dev/conda-forge"]
77
description = "Special function implementations."
88
name = "xsf"
99
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
10-
version = "0.1.1"
10+
version = "0.1.2"
1111

1212
## Build
1313

0 commit comments

Comments
 (0)