From 4469f4b2cea8e925fd11888dcdbe9c4659104b6d Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Mon, 18 Nov 2024 19:55:26 -0800 Subject: [PATCH] Version patch --- pdelfin/beakerpipeline.py | 1 + pdelfin/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pdelfin/beakerpipeline.py b/pdelfin/beakerpipeline.py index ec1f08d..81ce75f 100644 --- a/pdelfin/beakerpipeline.py +++ b/pdelfin/beakerpipeline.py @@ -814,5 +814,6 @@ async def main(): # - Add logging of failed pages and have the stats function read them # - Sglang commit a fix for the context length issue # - pypdf fix for the 'v' error + # - aiohttp repro and bug report # - Get a solid benchmark on the stream vs non stream approach \ No newline at end of file diff --git a/pdelfin/version.py b/pdelfin/version.py index cb74083..0e7137a 100644 --- a/pdelfin/version.py +++ b/pdelfin/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "32" +_PATCH = "33" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""