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 4a5aa0f commit 3901889Copy full SHA for 3901889
assemblyai/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.28.0"
+__version__ = "0.28.1"
assemblyai/client.py
@@ -5,7 +5,8 @@
5
import httpx
6
from typing_extensions import Self
7
8
-from . import __version__, types
+from . import types
9
+from .__version__ import __version__
10
11
12
class Client:
0 commit comments