Skip to content

Commit aae8c9d

Browse files
committed
Release 0.2.6
1 parent e3ebe18 commit aae8c9d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
FMT=xml pixi run test-coverage
4949
- name: Upload coverage reports to Codecov
50-
uses: codecov/codecov-action@v4.5.0
50+
uses: codecov/codecov-action@v4.6.0
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
- name: Build SDist

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'fastcan',
33
'c', 'cython',
4-
version: '0.2.5',
4+
version: '0.2.6',
55
license: 'MIT',
66
meson_version: '>= 1.1.0',
77
default_options: [

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "[email protected]" },

0 commit comments

Comments
 (0)