Skip to content

Commit a083255

Browse files
committed
Bump version: 0.0.1 → 0.1.0
1 parent 1fca356 commit a083255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.1
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
tag_name = release-{new_version}

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.0.1'
31+
__version__ = '0.1.0'
3232

3333
__all__ = ['parse']

0 commit comments

Comments
 (0)