Bump version number to 0.30

pull/26/head v0.3.0
Sheng 2018-08-18 20:54:02 +08:00
parent cce5ead04d
commit cb86682551
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version_info__ = (0, 2, 6)
__version_info__ = (0, 3, 0)
__version__ = '.'.join(map(str, __version_info__))