Skip to content

Commit 5d5eae9

Browse files
committed
Bump version to 1.0.2 and update status to stable
Updated project version to 1.0.2 in both pyproject.toml and __init__.py. Changed the development status classifier to 'Production/Stable' to reflect project maturity.
1 parent 362cb5e commit 5d5eae9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tamga"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = [{ name = "Doğukan Ürker", email = "dogukanurker@icloud.com" }]
55
description = "A modern, high-performance async logging utility with multiple output formats and colorful console output"
66
readme = "README.md"
@@ -20,7 +20,7 @@ keywords = [
2020
"buffered",
2121
]
2222
classifiers = [
23-
"Development Status :: 4 - Beta",
23+
"Development Status :: 5 - Production/Stable",
2424
"Intended Audience :: Developers",
2525
"License :: OSI Approved :: MIT License",
2626
"Operating System :: OS Independent",

tamga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .main import Tamga
66

7-
__version__ = "1.0.1"
7+
__version__ = "1.0.2"
88
__author__ = "Doğukan Ürker"
99
__email__ = "dogukanurker@icloud.com"
1010
__license__ = "MIT"

0 commit comments

Comments
 (0)