We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404098d commit ee40908Copy full SHA for ee40908
pyproject.toml
@@ -6,7 +6,7 @@
6
7
[project]
8
name = "lmnr"
9
-version = "0.7.11"
+version = "0.7.12"
10
description = "Python SDK for Laminar"
11
authors = [
12
{ name = "lmnr.ai", email = "[email protected]" }
src/lmnr/version.py
@@ -3,7 +3,7 @@
3
from packaging import version
4
5
-__version__ = "0.7.11"
+__version__ = "0.7.12"
PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}"
0 commit comments