Bump version: 0.100 → 0.101

This commit is contained in:
Devaev Maxim
2018-11-18 08:24:23 +03:00
parent 1e44482a84
commit a59fdc186e
4 changed files with 4 additions and 4 deletions

View File

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