Skip to content

Commit 3fb459a

Browse files
Bump version to 0.3.1
1 parent 7e844e3 commit 3fb459a

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
tag_name = release-{new_version}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.3.0'
29+
release = '0.3.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pygml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
from .parse import parse
3030

31-
__version__ = '0.3.0'
31+
__version__ = '0.3.1'
3232

3333
__all__ = ['parse']

0 commit comments

Comments
 (0)