diff --git a/main.py b/main.py index 6520a50..7e766c6 100755 --- a/main.py +++ b/main.py @@ -45,7 +45,7 @@ class GitLabGroupBackup: """ def __init__(self): - self.VERSION = (1, 3, 0) + self.VERSION = (1, 4, 0) """ Current semantic version number """ self.GitLab = None diff --git a/pyproject.toml b/pyproject.toml index 62f46a7..ba51eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab-group-backup" -version = "1.3.0" +version = "1.4.0" description = "" authors = ["Niels Gandraß "] readme = "README.md"