Skip to content

Commit

Permalink
Increase to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleoold committed May 1, 2021
1 parent fe1313e commit b8b94a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='types-linq',
version='v0.1.0',
version='v0.1.1',
url='https://github.com/cleoold/types-linq',
license='BSD 2-Clause License',
author='cleoold',
Expand Down
2 changes: 2 additions & 0 deletions types_linq/enumerable.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ class Enumerable(Sequence[TSource_co], Generic[TSource_co]):
This method is useless if you have constructed an Enumerable from a repeatable source such as
a builtin list, an iterable factory mentioned above, or other `Enumerable`'s query methods.
If cache_capacity is None, it is infinite.
Raises `InvalidOperationError` if cache_capacity is negative.
The behavior of this method differs from that of CachedEnumerable.
Expand Down

0 comments on commit b8b94a1

Please sign in to comment.