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 aa09011 commit 59b0306Copy full SHA for 59b0306
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.1
+current_version = 0.3.2
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.1'
+release = '0.3.2'
30
31
32
# -- General configuration ---------------------------------------------------
pygml/__init__.py
@@ -28,6 +28,6 @@
from .parse import parse
-__version__ = '0.3.1'
+__version__ = '0.3.2'
33
__all__ = ['parse']
0 commit comments