release 0.1.0

This commit is contained in:
Min RK
2015-03-07 16:47:31 -08:00
parent 0473d27853
commit c345aa658e

View File

@@ -4,10 +4,9 @@
# Distributed under the terms of the Modified BSD License.
version_info = (
0,
0,
1,
'dev',
0,
)
__version__ = '.'.join(map(str, version_info))