Skip to content

Commit

Permalink
🔖 Release 0.1.8rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhoangtung committed Sep 25, 2020
1 parent d8b107c commit 3edbebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mlchain/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Parameters of MLchain
__version__ = "0.1.7"
__version__ = "0.1.8rc1"
HOST = "https://www.api.mlchain.ml"
WEB_HOST = HOST
API_ADDRESS = HOST
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import os
from setuptools import setup, find_packages
__version__ = "0.1.7"
__version__ = "0.1.8rc1"

project = "mlchain"

Expand Down

0 comments on commit 3edbebc

Please sign in to comment.