diff --git a/pyproject.toml b/pyproject.toml index 569e70a..a51e916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "uid2_client" -version = "2.2.8" +version = "2.3.0" authors = [ { name = "UID2 team", email = "unifiedid-admin@thetradedesk.com" } ] diff --git a/version.json b/version.json index 9d8b7ad..8f66da4 100644 --- a/version.json +++ b/version.json @@ -1,17 +1 @@ -{ - "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.2", - "publicReleaseRefSpec": [ - "^refs/heads/master$", - "^refs/heads/v\\d+(?:\\.\\d+)?$" - ], - "cloudBuild": { - "setVersionVariables": true, - "buildNumber": { - "enabled": true, - "includeCommitId": { - "when": "always" - } - } - } - } +{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.3", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }