Skip to content

Commit d5c3565

Browse files
committed
Bump version: 0.3.0 → 0.3.1
1 parent 732450c commit d5c3565

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.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
year = '2018'
2929
author = u'Anderson Toshiyuki Sasaki <ansasaki@redhat.com>'
3030
copyright = '{0}, {1}'.format(year, author)
31-
version = release = u'0.3.0'
31+
version = release = u'0.3.1'
3232

3333
pygments_style = 'trac'
3434
templates_path = ['.']

src/abimap/_version.py

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

0 commit comments

Comments
 (0)