Skip to content

Commit 4927c1c

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 1507264 commit 4927c1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
year = '2018'
2727
author = u'Anderson Toshiyuki Sasaki'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = u'0.2.0'
29+
version = release = u'0.2.1'
3030

3131
pygments_style = 'trac'
3232
templates_path = ['.']

src/smap/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)