diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aab5bba..9968570 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.2 +current_version = 1.2.3 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? serialize = {major}.{minor}.{patch}-{release} diff --git a/keepasshttp/__init__.py b/keepasshttp/__init__.py index d13ddfa..281ee26 100644 --- a/keepasshttp/__init__.py +++ b/keepasshttp/__init__.py @@ -9,7 +9,7 @@ ) -__VERSION__ = "1.2.2" +__VERSION__ = "1.2.3" keepasshttp = KeePassHTTP()