Skip to content

Commit 3a0e3df

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 11397e5 commit 3a0e3df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

66
[bdist_wheel]
77
universal = 1
88

99
[bumpversion:file:setup.py]
10-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
__VERSION__ = '0.2.1'
4+
__VERSION__ = '0.2.2'
55

66

77
setup(

0 commit comments

Comments
 (0)