Skip to content

Commit

Permalink
build(python/sdk): bump version, fix imports, align configuration (#2…
Browse files Browse the repository at this point in the history
…094)

GitOrigin-RevId: bac89db2e6502c8dba616acda92b92c868c0c06c
  • Loading branch information
mez171 authored and s0h3yl committed Sep 19, 2023
1 parent 4b7e036 commit b6bd959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="assemblyai",
version="0.17.0",
version="0.18.0",
description="AssemblyAI Python SDK",
author="AssemblyAI",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pytest_mock
from pytest_httpx import HTTPXMock

import assemblyai.developer_tools.python.sdk as aai
import assemblyai as aai
from assemblyai.api import ENDPOINT_UPLOAD


Expand Down

0 comments on commit b6bd959

Please sign in to comment.