1 Commits

Author SHA1 Message Date
c4cb775a50 chore: bump version number 2026-01-23 08:45:45 +02:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -15,7 +15,7 @@ distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.2 ; python_full_version < '3.11'
# via pytest
filelock==3.20.3
filelock==3.20.1
# via
# tox
# virtualenv

2
uv.lock generated
View File

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