BUG: version tag should be a string.

This commit is contained in:
Thomas Wiecki
2013-08-08 11:22:03 -04:00
parent 2026937dc9
commit 43889f4a16
+1 -1
View File
@@ -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