diff --git a/pyproject.toml b/pyproject.toml index 7498b12..b7ce338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "adgroupsync" -version = "1.1.0" +version = "1.2.0" description = "Sync Active Directory groups to CiviCRM" authors = [ { name = "Marc Koch", email = "marc.koch@propeace.de" } @@ -41,7 +41,7 @@ dev = [ adgroupsync = "adgroupsync.__main__:main" [tool.bumpversion] -current_version = "1.1.0" +current_version = "1.2.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/src/adgroupsync/__init__.py b/src/adgroupsync/__init__.py index 926a3c4..69aeeae 100644 --- a/src/adgroupsync/__init__.py +++ b/src/adgroupsync/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.1.0" +__version__ = "1.2.0" __author__ = "Marc Koch" \ No newline at end of file