BLD: Wrong version in __init__.py

This commit is contained in:
twiecki
2014-04-17 15:49:31 -04:00
parent a4554a75ef
commit 85053f7536
+1 -1
View File
@@ -20,7 +20,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.6.0"
from . import data
from . import finance