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