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]
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."
dependencies = []
readme = "README.md"

View File

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

2
uv.lock generated
View File

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