Bump version: 0.43 → 0.44

This commit is contained in:
Devaev Maxim
2018-12-17 01:34:00 +03:00
parent ba3300ddde
commit 348a6e4a8f
3 changed files with 3 additions and 3 deletions

View File

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