Skip to content

Commit 414cc06

Browse files
committed
Release 0.0.147
1 parent 1e7a88d commit 414cc06

File tree

80 files changed

+38
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+38
-38
lines changed

README.md

Lines changed: 5 additions & 5 deletions

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "speechify-api"
33

44
[tool.poetry]
55
name = "speechify-api"
6-
version = "0.0.146"
6+
version = "0.0.147"
77
description = ""
88
readme = "README.md"
99
authors = []
@@ -27,7 +27,7 @@ classifiers = [
2727
"Typing :: Typed"
2828
]
2929
packages = [
30-
{ include = "speechifyinc", from = "src"}
30+
{ include = "speechify", from = "src"}
3131
]
3232

3333
[project.urls]

reference.md

Lines changed: 10 additions & 10 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/speechifyinc/client.py renamed to src/speechify/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Speechify:
4141
4242
Examples
4343
--------
44-
from speechifyinc import Speechify
44+
from speechify import Speechify
4545
4646
client = Speechify(
4747
token="YOUR_TOKEN",
@@ -106,7 +106,7 @@ class AsyncSpeechify:
106106
107107
Examples
108108
--------
109-
from speechifyinc import AsyncSpeechify
109+
from speechify import AsyncSpeechify
110110
111111
client = AsyncSpeechify(
112112
token="YOUR_TOKEN",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)