File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4949# built documents.
5050#
5151# The short X.Y version.
52- version = '8.0.0 '
52+ version = '8.0.1 '
5353# The full version, including alpha/beta/rc tags.
5454release = version
5555
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Version History
55.. automodule :: more_itertools
66 :noindex:
77
8+ 8.0.1
9+ -----
10+
11+ * Bug fixes
12+ * The type stub files now work for functions imported from the
13+ root package (thanks to keisheiled)
14+
8158.0.0
916-----
1017
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def get_long_description():
2222
2323setup (
2424 name = 'more-itertools' ,
25- version = '8.0.0 ' ,
25+ version = '8.0.1 ' ,
2626 description = 'More routines for operating on iterables, beyond itertools' ,
2727 long_description = get_long_description (),
2828 author = 'Erik Rose' ,
You can’t perform that action at this time.
0 commit comments