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.
2 parents 6616af6 + d0a1dd0 commit 931dfb3Copy full SHA for 931dfb3
mlchain/__init__.py
@@ -7,7 +7,7 @@
7
)
8
9
# Parameters of MLchain
10
-__version__ = "0.2.6"
+__version__ = "0.2.7"
11
12
HOST = "https://www.api.mlchain.ml"
13
WEB_HOST = HOST
setup.py
@@ -5,7 +5,7 @@
5
import os
6
from setuptools import setup, find_packages
project = "mlchain"
0 commit comments