Skip to content

Commit e247c99

Browse files
committed
pkg: post-release bump 0.4.3.dev0
Signed-off-by: Élie Goudout <[email protected]>
1 parent e092124 commit e247c99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uv build
4040
- name: Installing
4141
run: |
42-
uv pip install dist/paramclasses-0.4.2-py3-none-any.whl
42+
uv pip install dist/paramclasses-0.4.3.dev0-py3-none-any.whl
4343
- name: Run pytest with coverage
4444
run: |
4545
uv run pytest --cov-report=xml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "paramclasses"
3-
version = "0.4.2"
3+
version = "0.4.3.dev0"
44
description = "Parameter-holding classes with robust subclassing protection"
55
readme = "README.md"
66
requires-python = ">=3.10, <3.15"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)