Skip to content

Commit a8c4f0b

Browse files
committed
Bump version: 0.2.7 → 0.3.0
1 parent 8959802 commit a8c4f0b

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.2.7
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

ows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
__all__ = ['Version', '__version__']
3131

32-
__version__ = '0.2.7'
32+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)