diff --git a/g2p/api.py b/g2p/api.py index 4f35589e..caf76b44 100644 --- a/g2p/api.py +++ b/g2p/api.py @@ -17,7 +17,7 @@ title="Simple G2P API", description="A simple API for the G2P module", version="1.1.1", - contact={"email": "hello@aidanpine.ca"}, + contact={"email": "readalong.studio@gmail.com"}, license_info={ "name": "MIT", "url": "https://github.com/roedoejet/g2p/blob/main/LICENSE", diff --git a/g2p/api_v2.py b/g2p/api_v2.py index 5e7165eb..9ed4551e 100644 --- a/g2p/api_v2.py +++ b/g2p/api_v2.py @@ -46,7 +46,7 @@ title="Simple G2P API", description="A simple API for the G2P module", version="2.0.0", - contact={"email": "dhd@ecolingui.ca"}, + contact={"email": "readalong.studio@gmail.com"}, license_info={ "name": "MIT", "url": "https://github.com/roedoejet/g2p/blob/main/LICENSE",