Skip to content

Commit 65872ff

Browse files
committed
mod: update numbers for 0.5.0.
1 parent 2ef63bc commit 65872ff

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.5.0] UNRELEASED
5+
## [0.5.0] 2026-03-05
66
### Modified
77
- Change default store mode to `"outputs_only"` in disk cache.
88
- Change default `fn_name` to function name instead of fully qualified name in disk cache.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ keywords:
1717
- tools
1818
- utilities
1919
license: MIT
20-
version: 0.4.10
21-
date-released: '2026-02-09'
20+
version: 0.5.0
21+
date-released: '2026-03-05'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ version = {attr = "pythonwrench.__version__"}
6767

6868
[tool.pyright]
6969
include = ["src"]
70-
exclude = ["**/__pycache__"]
70+
exclude = ["**/__pycache__", '**/node_modules', '**/.*', '.venv']
7171
pythonVersion = "3.8"
7272

7373
[tool.pytest.ini_options]

src/pythonwrench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__license__ = "MIT"
1010
__maintainer__ = "Étienne Labbé (Labbeti)"
1111
__status__ = "Development"
12-
__version__ = "0.4.10"
12+
__version__ = "0.5.0"
1313

1414

1515
# Re-import for language servers

0 commit comments

Comments
 (0)