Skip to content

Commit

Permalink
update version for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Jul 11, 2021
1 parent dafef0a commit 215f7e0
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.6.3.99"
__version__ = "0.7.0"
__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.6.3.99"
VERSION = "0.7.0"

# Detect Cython
try:
Expand Down

0 comments on commit 215f7e0

Please sign in to comment.