Skip to content

Commit

Permalink
Modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhupr committed Sep 21, 2020
1 parent 2ef552a commit 4ba636c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qlib_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

__version__ = "0.1.2"
__version__ = "0.1.5.dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ba636c

Please sign in to comment.