Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mightqxc committed Nov 7, 2024
1 parent f2c4264 commit 5bb2eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.1.2"
release_version = "0.1.3"
2 changes: 1 addition & 1 deletion pandacommon/pandautils/PandaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def batched(iterable, n, *, strict=False):
while batch := tuple(itertools.islice(iterator, n)):
if strict and len(batch) != n:
raise ValueError("batched(): incomplete batch")
yield batch
yield batch

0 comments on commit 5bb2eb3

Please sign in to comment.