Skip to content

Commit 54047e8

Browse files
committed
Bump version: 0.2.2 → 0.3.0
1 parent fa920d6 commit 54047e8

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.2
2+
current_version = 0.3.0
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.2.2'
29+
release = '0.3.0'
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.2.2'
31+
__version__ = '0.3.0'
3232

3333
__all__ = ['parse']

0 commit comments

Comments
 (0)