diff options
author | Devaev Maxim <[email protected]> | 2020-08-21 01:40:32 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-21 01:40:32 +0300 |
commit | 19cbb62295aae784e0405638a3ecef8264d5cfca (patch) | |
tree | 6d45e6400f8ffd1ff94237b36df7a09c4ee09a93 /.bumpversion.cfg | |
parent | 78c9cd3d4ff43e73cdd2093f3762bd00d346dbb6 (diff) |
Bump version: 1.92 → 1.93v1.93
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 74a58810..7872096f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.92 +current_version = 1.93 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |