Skip to content

Commit

Permalink
Version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Nov 19, 2024
1 parent 9e2e09b commit 4469f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pdelfin/beakerpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion pdelfin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 4469f4b

Please sign in to comment.