Bump version: 0.67 → 0.68

This commit is contained in:
Devaev Maxim
2019-04-10 16:47:18 +03:00
parent defe5eb6fe
commit 2077d94edc
4 changed files with 4 additions and 4 deletions

View File

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