Bump version: 0.30 → 0.31

This commit is contained in:
Devaev Maxim
2018-11-05 06:05:09 +03:00
parent 526ae8c3e6
commit da0e00252d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.30
current_version = 0.31
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}