We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17264ac commit b572a2eCopy full SHA for b572a2e
pyproject.toml
@@ -7,11 +7,11 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "uid2_client"
10
-version = "2.0.1"
+version = "2.0.2"
11
authors = [
12
- { name = "Cody Constine", email = "cody.constine@thetradedesk.com" }
+ { name = "UID2 team", email = "unifiedid-admin@thetradedesk.com" }
13
]
14
-description = "UID2 sdk for the UID2 and EUID apis"
+description = "UID2 SDK for Python"
15
readme = "README.md"
16
classifiers = [
17
"Programming Language :: Python :: 3",
setup.cfg
@@ -1,6 +1,5 @@
1
[metadata]
2
name = uid2-client
3
-version = 2.0.1
4
author = UID2 team
5
author_email = [email protected]
6
home_page = https://iabtechlab.com
0 commit comments