File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ See [CONTRIBUTING.md](https://github.com/ValidKit/validkit-python-sdk/blob/main/
177177
178178## Support
179179
180- [ Docs] ( https://docs.validkit.com ) -- [ GitHub Issues] ( https://github.com/ValidKit/validkit-python-sdk/issues ) -- support @validkit.com
180+ [ Docs] ( https://docs.validkit.com ) -- [ GitHub Issues] ( https://github.com/ValidKit/validkit-python-sdk/issues ) -- developers @validkit.com
181181
182182## License
183183
Original file line number Diff line number Diff line change 22name = validkit
33version = 1.1.2
44author = ValidKit
5- author_email = support @validkit.com
5+ author_email = developers @validkit.com
66description = Async Python SDK for ValidKit Email Verification API - Built for AI Agents
77long_description = file: README.md
88long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 1111 name = "validkit" ,
1212 version = "1.1.2" ,
1313 author = "ValidKit" ,
14- author_email = "support @validkit.com" ,
14+ author_email = "developers @validkit.com" ,
1515 description = "Async Python SDK for ValidKit Email Verification API - Built for AI Agents" ,
1616 long_description = long_description ,
1717 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 2727
2828from validkit ._version import __version__ # noqa: E402
2929__author__ = "ValidKit"
30- __email__ = "support @validkit.com"
30+ __email__ = "developers @validkit.com"
3131
3232__all__ = [
3333 # Client
You can’t perform that action at this time.
0 commit comments