Skip to content

Commit d0c5e90

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 67c4cf0 commit d0c5e90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55
tag_name = release-{new_version}

Diff for: docs/conf.py

+1-1
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.0'
29+
release = '0.2.1'
3030

3131

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

Diff for: pygml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
from .parse import parse
3030

31-
__version__ = '0.2.0'
31+
__version__ = '0.2.1'
3232

3333
__all__ = ['parse']

0 commit comments

Comments
 (0)