We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80f1c5 commit eae9156Copy full SHA for eae9156
more_itertools/__init__.py
@@ -3,4 +3,4 @@
3
from .more import * # noqa
4
from .recipes import * # noqa
5
6
-__version__ = '10.7.0'
+__version__ = '10.8.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 10.7.0
+current_version = 10.8.0
commit = True
tag = False
files = more_itertools/__init__.py
0 commit comments