We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfbd45a + 27ff5db commit 31b4dacCopy full SHA for 31b4dac
4 files changed
.github/workflows/test-package.yml
@@ -6,16 +6,11 @@ on:
6
pull_request:
7
paths:
8
- "codecarbon/**"
9
- - "test/**"
+ - "tests/**"
10
- "pyproject.toml"
11
- "uv.lock"
12
push:
13
branches: [master]
14
- paths:
15
- - "codecarbon/**"
16
17
- - "pyproject.toml"
18
- - "uv.lock"
19
20
jobs:
21
python-test:
codecarbon/_version.py
@@ -1 +1 @@
1
-__version__ = "3.2.3"
+__version__ = "3.2.4"
pyproject.toml
@@ -146,7 +146,7 @@ docs-check-drift = "python scripts/check-docs-drift.py"
146
carbonboard = "python codecarbon/viz/carbonboard.py"
147
148
[tool.bumpver]
149
-current_version = "3.2.3"
+current_version = "3.2.4"
150
version_pattern = "MAJOR.MINOR.PATCH[_TAGNUM]"
151
152
[tool.bumpver.file_patterns]
0 commit comments