Skip to content

Commit

Permalink
updategrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Sep 16, 2021
1 parent 66ff3e5 commit 3fc2f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qlib/__init__.py
Expand Up @@ -2,7 +2,7 @@
# Licensed under the MIT License.


__version__ = "0.7.0.99"
__version__ = "0.7.1"
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"

VERSION = "0.7.0.99"
VERSION = "0.7.1"

# Detect Cython
try:
Expand Down

0 comments on commit 3fc2f8c

Please sign in to comment.