From 4ba636ca3a82b93a8c4e4ecde126023fcc30aca1 Mon Sep 17 00:00:00 2001 From: zhupr Date: Tue, 22 Sep 2020 00:08:58 +0800 Subject: [PATCH] Modify version --- qlib_server/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qlib_server/__init__.py b/qlib_server/__init__.py index 195f758..acb8d32 100644 --- a/qlib_server/__init__.py +++ b/qlib_server/__init__.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. -__version__ = "0.1.2" +__version__ = "0.1.5.dev" diff --git a/setup.py b/setup.py index ead7f56..f85b98d 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ here = os.path.abspath(os.path.dirname(__file__)) -with io.open(os.path.join(here, "README.rst"), encoding="utf-8") as f: +with io.open(os.path.join(here, "README.md"), encoding="utf-8") as f: long_description = "\n" + f.read() # Where the magic happens: