Skip to content

Commit ee72042

Browse files
committed
v0.1.9
1 parent e0423fc commit ee72042

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/publish_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.10.16
19+
python-version: "3.10"
2020

2121
- name: Install dependencies
2222
run: |

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.10.16
14+
python-version: "3.10"
1515

1616
- name: Install Dependencies
1717
run: |

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.1.9] - 2025-06-18
4+
5+
### Fixed
6+
7+
- bug in github actions
8+
39
## [0.1.8] - 2025-06-18
410

511
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintainers = [
2323
license = {text = "MIT License"}
2424
requires-python = ">=3.10"
2525
keywords = ["explainability", "interpretability", "machine learning", "deep learning", "regional XAI", "feature effect"]
26-
version = "0.1.8"
26+
version = "0.1.9"
2727
readme = "README.md"
2828
dependencies = [
2929
"matplotlib",

0 commit comments

Comments
 (0)