From 5bb2eb39395e0d8961214ce0a2b9e34c7f15639c Mon Sep 17 00:00:00 2001 From: mightqxc Date: Thu, 7 Nov 2024 23:50:40 +0100 Subject: [PATCH] v0.1.3 --- PandaPkgInfo.py | 2 +- pandacommon/pandautils/PandaUtils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index 158a7b1..c5b5d24 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.1.2" +release_version = "0.1.3" diff --git a/pandacommon/pandautils/PandaUtils.py b/pandacommon/pandautils/PandaUtils.py index e0d3f72..b66b73f 100644 --- a/pandacommon/pandautils/PandaUtils.py +++ b/pandacommon/pandautils/PandaUtils.py @@ -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 \ No newline at end of file + yield batch