minor fix

This commit is contained in:
Fanani M. Ihsan 2016-06-17 14:18:29 +07:00
parent bd1b4310f9
commit 36fc5525f8
2 changed files with 5 additions and 3 deletions

View File

@ -56,9 +56,9 @@ author = u'Fanani M. Ihsan'
# built documents.
#
# The short X.Y version.
version = u'0.2'
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.2'
release = u'0.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
from base import ZK
__all__ = ['ZK']
VERSION = (0,3)
__all__ = ['ZK']