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 6f5b1bf commit 462e950Copy full SHA for 462e950
pyproject.toml
@@ -6,7 +6,7 @@
6
7
[project]
8
name = "lmnr"
9
-version = "0.7.23a2"
+version = "0.7.23"
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.23a2"
+__version__ = "0.7.23"
PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}"
0 commit comments