diff --git a/pyproject.toml b/pyproject.toml index 9e27915..f43098d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ include = ["python_appimage*"] version = {attr = "python_appimage.__version__"} [tool.bumpversion] -current_version = "1.4.1" +current_version = "1.4.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"