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.
1 parent 6f81192 commit 2dd1a2fCopy full SHA for 2dd1a2f
crashtest/__init__.py
@@ -1,4 +1,4 @@
1
from __future__ import annotations
2
3
4
-__version__ = "0.4.0"
+__version__ = "0.4.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crashtest"
-version = "0.4.0"
+version = "0.4.1"
description = "Manage Python errors with ease"
5
authors = ["Sébastien Eustace <[email protected]>"]
6
license = "MIT"
0 commit comments