chore: bump version number

This commit is contained in:
2026-01-21 15:22:52 +02:00
parent 42cc358cba
commit dc1f5b169f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "bunyan-formatter" name = "bunyan-formatter"
version = "0.1.5" version = "0.1.6"
description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format." description = "A custom formatter for Python's logging module that outputs logs in the Bunyan JSON format."
dependencies = [] dependencies = []
readme = "README.md" readme = "README.md"

View File

@@ -66,7 +66,7 @@ typing-extensions==4.15.0
# mypy # mypy
# tox # tox
# virtualenv # virtualenv
virtualenv==20.36.1 virtualenv==20.35.4
# via # via
# pre-commit # pre-commit
# tox # tox

2
uv.lock generated
View File

@@ -4,7 +4,7 @@ requires-python = ">=3.10"
[[package]] [[package]]
name = "bunyan-formatter" name = "bunyan-formatter"
version = "0.1.5" version = "0.1.6"
source = { editable = "." } source = { editable = "." }
[package.dev-dependencies] [package.dev-dependencies]