mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-28 11:18:19 +08:00
BUG: version tag should be a string.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ Zipline
|
||||
# This is *not* a place to dump arbitrary classes/modules for convenience,
|
||||
# it is a place to expose the public interfaces.
|
||||
|
||||
__version__ = 0.5.11.dev
|
||||
__version__ = "0.5.11.dev"
|
||||
|
||||
from . import data
|
||||
from . import finance
|
||||
|
||||
Reference in New Issue
Block a user