Skip to content

Commit eeb7e7b

Browse files
committed
chore(release): minor version release
1 parent f6a626e commit eeb7e7b

2 files changed

Lines changed: 1 addition & 3 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.3.0"
7+
version = "0.4.0"
88
authors = [
99
{ name = "Michael Solati", email = "mkslt04@gmail.com" },
1010
]

src/inworld_sdk/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Inworld SDK - A Python SDK for Inworld
33
"""
44

5-
__version__ = "0.3.0"
6-
75
from typing import Literal, Optional
86

97
from .http_client import HttpClient

0 commit comments

Comments
 (0)