We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4374a30 commit 6937e82Copy full SHA for 6937e82
2 files changed
logguard/__init__.py
@@ -30,7 +30,7 @@
30
x = -5
31
ASSERT(x > 0, "Value must be positive", value=x)
32
33
-Version: 0.3.1
+Version: 0.3.2
34
"""
35
36
from __future__ import annotations
@@ -94,7 +94,7 @@
94
from .exceptions import ResourceError as ResourceError
95
from .exceptions import ResourceNotFoundError as ResourceNotFoundError
96
97
-__version__ = "0.3.1"
+__version__ = "0.3.2"
98
99
__all__ = [ # noqa: RUF022
100
# Version
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "py-logguard"
3
-version = "0.3.1"
+version = "0.3.2"
4
description = "Utilities for logging, assertions and custom exceptions"
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments