Skip to content

Commit ecb1f7f

Browse files
s0h3ylAssemblyAI
andauthored
build: bump SDK version to 0.3.2 (#3)
Co-authored-by: AssemblyAI <[email protected]>
1 parent 13d9ce8 commit ecb1f7f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish Python 🐍 distributions 📦 to PyPI
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
tags:
6+
- '*'
57

68
jobs:
79
build-and-publish:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="assemblyai",
10-
version="0.3.1",
10+
version="0.3.2",
1111
description="AssemblyAI Python SDK",
1212
author="AssemblyAI",
1313
author_email="[email protected]",

0 commit comments

Comments
 (0)