Skip to content

Commit d8dc7d0

Browse files
committed
Bump version: 2.1.0 → 2.1.1
1 parent 4355e4d commit d8dc7d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.1.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = "2.1.0"
5+
__version__ = "2.1.1"
66
desc_file = "README.md"
77

88
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)