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 d8b107c commit 3edbebcCopy full SHA for 3edbebc
mlchain/__init__.py
@@ -1,5 +1,5 @@
1
# Parameters of MLchain
2
-__version__ = "0.1.7"
+__version__ = "0.1.8rc1"
3
HOST = "https://www.api.mlchain.ml"
4
WEB_HOST = HOST
5
API_ADDRESS = HOST
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import os
from setuptools import setup, find_packages
6
project = "mlchain"
7
0 commit comments