mirror of
https://github.com/kristoferssolo/bunyan-formatter.git
synced 2026-02-04 06:22:05 +00:00
chore: bump version number
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user