Skip to content

Commit 6937e82

Browse files
committed
Bump version to 0.3.2
1 parent 4374a30 commit 6937e82

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

logguard/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
x = -5
3131
ASSERT(x > 0, "Value must be positive", value=x)
3232
33-
Version: 0.3.1
33+
Version: 0.3.2
3434
"""
3535

3636
from __future__ import annotations
@@ -94,7 +94,7 @@
9494
from .exceptions import ResourceError as ResourceError
9595
from .exceptions import ResourceNotFoundError as ResourceNotFoundError
9696

97-
__version__ = "0.3.1"
97+
__version__ = "0.3.2"
9898

9999
__all__ = [ # noqa: RUF022
100100
# Version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py-logguard"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Utilities for logging, assertions and custom exceptions"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)