Skip to content

Commit 041f5e0

Browse files
Joker QyouJoker Qyou
Joker Qyou
authored and
Joker Qyou
committed
Bump version: 0.2.0 → 0.2.1
1 parent 55c90b4 commit 041f5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

keycounter/base_counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from .storage import CountDataStorage
77

8-
__version__ = '0.2.0'
8+
__version__ = '0.2.1'
99

1010

1111
class BaseKeyCounter(object):

0 commit comments

Comments
 (0)