Skip to content

Commit 36c0aa4

Browse files
Joker QyouJoker Qyou
Joker Qyou
authored and
Joker Qyou
committed
Bump version: 0.2.1 → 0.2.2
1 parent 2c17426 commit 36c0aa4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
66
serialize =
77
{major}.{minor}.{patch}
88

99
[bumpversion:file:keycounter/base_counter.py]
10+
1011
[bumpversion:file:appveyor.yml]
1112

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.1 build {build}
1+
version: 0.2.2 build {build}
22
install:
33
- cmd: python.exe -m pip install -r requirements\dev-requirements.txt
44
build_script:

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.1'
8+
__version__ = '0.2.2'
99

1010

1111
class BaseKeyCounter(object):

0 commit comments

Comments
 (0)