File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-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.1 '
52+ version = '8.0.2 '
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,12 @@ Version History
55.. automodule :: more_itertools
66 :noindex:
77
8+ 8.0.2
9+ -----
10+
11+ * Bug fixes
12+ * The type stub files are now part of the wheel distribution (thanks to keisheiled)
13+
8148.0.1
915-----
1016
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.1 ' ,
25+ version = '8.0.2 ' ,
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