Skip to content

Commit b572a2e

Browse files
authored
Delete duplicate version and fix email
1 parent 17264ac commit b572a2e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "uid2_client"
10-
version = "2.0.1"
10+
version = "2.0.2"
1111
authors = [
12-
{ name = "Cody Constine", email = "cody.constine@thetradedesk.com" }
12+
{ name = "UID2 team", email = "unifiedid-admin@thetradedesk.com" }
1313
]
14-
description = "UID2 sdk for the UID2 and EUID apis"
14+
description = "UID2 SDK for Python"
1515
readme = "README.md"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[metadata]
22
name = uid2-client
3-
version = 2.0.1
43
author = UID2 team
54
author_email = [email protected]
65
home_page = https://iabtechlab.com

0 commit comments

Comments
 (0)