Skip to content

Commit 9757387

Browse files
committed
chore: Bump version to 0.2.0 and update development status to Beta
1 parent 2354a99 commit 9757387

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

logguard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
)
5151
from .logger import AppLogger
5252

53-
__version__: Final[str] = "0.1.0"
53+
__version__: Final[str] = "0.2.0"
5454

5555
__all__ = [
5656
"ASSERT",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py-logguard"
3-
version = "0.2.0a0"
3+
version = "0.2.0"
44
description = "Utilities for logging, assertions and custom exceptions"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
keywords = ["logging", "assertions", "exceptions", "debugging", "validation"]
1212
classifiers = [
13-
"Development Status :: 3 - Alpha",
13+
"Development Status :: 4 - Beta",
1414
"Environment :: Console",
1515
"Intended Audience :: Developers",
1616
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)