Skip to content

Commit be675df

Browse files
committed
upgrade to 0.4.1
1 parent a77305c commit be675df

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 = "tripo3d"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Python client for the Tripo 3D Generation API"
99
readme = "README.md"
1010
authors = [

tripo3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _detect_location_background():
3030
_detection_thread = threading.Thread(target=_detect_location_background, daemon=True)
3131
_detection_thread.start()
3232

33-
__version__ = "0.4.0"
33+
__version__ = "0.4.1"
3434
__all__ = [
3535
"TripoClient",
3636
"Animation",

0 commit comments

Comments
 (0)