Skip to content

Commit b8b94a1

Browse files
committed
Increase to v0.1.1
1 parent fe1313e commit b8b94a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='types-linq',
8-
version='v0.1.0',
8+
version='v0.1.1',
99
url='https://github.com/cleoold/types-linq',
1010
license='BSD 2-Clause License',
1111
author='cleoold',

types_linq/enumerable.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ class Enumerable(Sequence[TSource_co], Generic[TSource_co]):
166166
This method is useless if you have constructed an Enumerable from a repeatable source such as
167167
a builtin list, an iterable factory mentioned above, or other `Enumerable`'s query methods.
168168
169+
If cache_capacity is None, it is infinite.
170+
169171
Raises `InvalidOperationError` if cache_capacity is negative.
170172
171173
The behavior of this method differs from that of CachedEnumerable.

0 commit comments

Comments
 (0)