Skip to content

Commit b462d1f

Browse files
committed
release: 1.2.0
- also updates contact email
1 parent faf63df commit b462d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lexmachina-client"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
authors = [
9-
{ name="LexMachina", email="dslusher@lexmachina.com" },
9+
{ name = "LexMachina", email = "support@lexmachina.com" },
1010
]
1111
description = "LexMachina API python SDK"
1212
readme = "README.md"
@@ -21,4 +21,4 @@ classifiers = [
2121
tests = ["pytest >=7.2.1", "pytest-asyncio >= 0.21.0"]
2222
[project.urls]
2323
"Homepage" = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client"
24-
"Bug Tracker" = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"
24+
"Bug Tracker" = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"

0 commit comments

Comments
 (0)