Skip to content

Commit 244aae7

Browse files
committed
chore(release): minor version release
1 parent 0314ede commit 244aae7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "inworld-sdk"
7-
version = "0.0.2"
7+
version = "0.1.0"
88
authors = [
99
{ name = "Michael Solati", email = "mkslt04@gmail.com" },
1010
]

src/inworld_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Inworld AI SDK - A Python SDK for Inworld AI
33
"""
44

5-
__version__ = "0.0.2"
5+
__version__ = "0.1.0"
66

77
from typing import Literal, Optional
88

0 commit comments

Comments
 (0)