Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Jan 25, 2025
1 parent d6ec7a8 commit 29d879d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 7 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
[project]
name = "tinylogging"
version = "5.0.0"
version = "5.0.1"
description = "python logging library"
authors = [
{name = "Hamlet", email = "[email protected]"}
]
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 = "[email protected]"

[project.urls]
repository = "https://github.com/HamletSargsyan/tinylogging"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1

0 comments on commit 29d879d

Please sign in to comment.