We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f158b commit d1dadf9Copy full SHA for d1dadf9
src/gemini3d/__init__.py
@@ -5,7 +5,7 @@
5
from __future__ import annotations
6
from pathlib import Path
7
8
-__version__ = "1.6.1"
+__version__ = "1.7.0"
9
10
PYGEMINI_ROOT = Path(__path__[0]) # type: ignore
11
0 commit comments