Skip to content

Commit 2dd1a2f

Browse files
committed
Bump version for release
1 parent 6f81192 commit 2dd1a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crashtest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import annotations
22

33

4-
__version__ = "0.4.0"
4+
__version__ = "0.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crashtest"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Manage Python errors with ease"
55
authors = ["Sébastien Eustace <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)