chore: bump version number

This commit is contained in:
2026-01-23 08:45:45 +02:00
parent 9797e23c39
commit c4cb775a50
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.6" version = "1.0.1"
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

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

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.6" version = "1.0.1"
source = { editable = "." } source = { editable = "." }
[package.dev-dependencies] [package.dev-dependencies]