Skip to content

Commit 51ad8fb

Browse files
committed
Bump version: 10.1.0 → 10.2.0
1 parent 20c3265 commit 51ad8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

more_itertools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .more import * # noqa
44
from .recipes import * # noqa
55

6-
__version__ = '10.1.0'
6+
__version__ = '10.2.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.1.0
2+
current_version = 10.2.0
33
commit = True
44
tag = False
55
files = more_itertools/__init__.py

0 commit comments

Comments
 (0)