diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d0f61be..ff4dfb4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.3 +current_version = 0.12.4 commit = True tag = False diff --git a/pya2l/version.py b/pya2l/version.py index 5a1343f..ec91ab3 100644 --- a/pya2l/version.py +++ b/pya2l/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """ pya2l version module """ -__version__ = "0.12.3" +__version__ = "0.12.4"