We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c17426 commit 36c0aa4Copy full SHA for 36c0aa4
.bumpversion.cfg
@@ -1,11 +1,12 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6
serialize =
7
{major}.{minor}.{patch}
8
9
[bumpversion:file:keycounter/base_counter.py]
10
+
11
[bumpversion:file:appveyor.yml]
12
appveyor.yml
@@ -1,4 +1,4 @@
-version: 0.2.1 build {build}
+version: 0.2.2 build {build}
install:
- cmd: python.exe -m pip install -r requirements\dev-requirements.txt
build_script:
keycounter/base_counter.py
@@ -5,7 +5,7 @@
from .storage import CountDataStorage
-__version__ = '0.2.1'
+__version__ = '0.2.2'
class BaseKeyCounter(object):
0 commit comments