minor fix
This commit is contained in:
parent
bd1b4310f9
commit
36fc5525f8
@ -56,9 +56,9 @@ author = u'Fanani M. Ihsan'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'0.2'
|
version = u'0.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from base import ZK
|
from base import ZK
|
||||||
|
|
||||||
__all__ = ['ZK']
|
VERSION = (0,3)
|
||||||
|
|
||||||
|
__all__ = ['ZK']
|
||||||
|
Loading…
Reference in New Issue
Block a user