We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e844e3 commit 3fb459aCopy full SHA for 3fb459a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
commit = True
4
tag = True
5
tag_name = release-{new_version}
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = ''
28
# The full version, including alpha/beta/rc tags
29
-release = '0.3.0'
+release = '0.3.1'
30
31
32
# -- General configuration ---------------------------------------------------
pygml/__init__.py
@@ -28,6 +28,6 @@
from .parse import parse
-__version__ = '0.3.0'
+__version__ = '0.3.1'
33
__all__ = ['parse']
0 commit comments