Skip to content

Commit e7541cf

Browse files
committed
Bump version: 0.2.4 → 0.2.5
1 parent efd7af5 commit e7541cf

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.4
2+
current_version = 0.2.5
33
commit = True
44
tag = True
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.4'
29+
version = release = u'0.2.5'
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.4'
1+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)