- prepare release 0.8.0

This commit is contained in:
liris
2012-09-14 10:49:24 +09:00
parent 2d47bc451b
commit c2937e2f02
2 changed files with 6 additions and 1 deletions

View File

@@ -112,6 +112,11 @@ example::
ChangeLog
============
- v0.8.0
- many bug fix
- some performance improvement
- v0.7.0
- fixed problem to read long data.(ISSUE#12)

View File

@@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.7.0"
VERSION = "0.8.0"
setup(