We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77305c commit be675dfCopy full SHA for be675df
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tripo3d"
7
-version = "0.4.0"
+version = "0.4.1"
8
description = "Python client for the Tripo 3D Generation API"
9
readme = "README.md"
10
authors = [
tripo3d/__init__.py
@@ -30,7 +30,7 @@ def _detect_location_background():
30
_detection_thread = threading.Thread(target=_detect_location_background, daemon=True)
31
_detection_thread.start()
32
33
-__version__ = "0.4.0"
+__version__ = "0.4.1"
34
__all__ = [
35
"TripoClient",
36
"Animation",
0 commit comments