From 29d879dcd8bd606bffb7d1c0426006129c818de4 Mon Sep 17 00:00:00 2001 From: Hamlet Date: Sat, 25 Jan 2025 17:37:59 +0400 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ pyproject.toml | 26 +++++++------------------- version | 2 +- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c4eca..77e5aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.1] - 2025-01-25 + ### Changed - Updated `poetry` to version 2.0.0 diff --git a/pyproject.toml b/pyproject.toml index 60b26f7..c994a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,29 +1,17 @@ [project] name = "tinylogging" -version = "5.0.0" +version = "5.0.1" description = "python logging library" -authors = [ - {name = "Hamlet", email = "hamlets849@gmail.com"} -] license = "MIT" readme = "README.md" keywords = ["logging"] -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Operating System :: OS Independent", - "Topic :: System :: Logging", - "Typing :: Typed" -] +classifiers = ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Topic :: System :: Logging", "Typing :: Typed"] requires-python = ">=3.9" -dependencies = [ - "colorama (>=0.4.6,<0.5.0)", - "anyio (>=4.6.2,<5.0.0)", - "httpx (>=0.28.1,<0.29.0)", -] +dependencies = ["colorama (>=0.4.6,<0.5.0)", "anyio (>=4.6.2,<5.0.0)", "httpx (>=0.28.1,<0.29.0)"] + +[[project.authors]] +name = "Hamlet" +email = "hamlets849@gmail.com" [project.urls] repository = "https://github.com/HamletSargsyan/tinylogging" diff --git a/version b/version index 28cbf7c..32f3eaa 100644 --- a/version +++ b/version @@ -1 +1 @@ -5.0.0 \ No newline at end of file +5.0.1 \ No newline at end of file