From be366eb84dcbc7b4979c603ece876073e0cf823f Mon Sep 17 00:00:00 2001 From: Glenn Waters Date: Wed, 1 May 2024 15:30:46 -0400 Subject: [PATCH] Bump for new black version. --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68391d0..7c5195e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -289,4 +289,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">= 3.11" -content-hash = "8a4dbea98f0a40c80377699c2565adcfc7bac5e239d88cdc462906b1c7597c56" +content-hash = "b77886b1de28f483cba64f5bf71007039bf4c67190ecc11c818319df35db7c44" diff --git a/pyproject.toml b/pyproject.toml index a5d1780..73b3e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "upb-lib" -version = "0.5.5" +version = "0.5.6" description = "Library for interacting with UPB PIM." homepage = "https://github.com/gwww/upb-lib" authors = ["Glenn Waters "]