Add version info.
May now use sleekxmpp.__version__ and sleekxmpp.__version_info__.
This commit is contained in:
parent
d7ba7cc72a
commit
87ccd804ff
@ -14,3 +14,6 @@ from sleekxmpp.xmlstream.handler import *
|
|||||||
from sleekxmpp.xmlstream import XMLStream, RestartStream
|
from sleekxmpp.xmlstream import XMLStream, RestartStream
|
||||||
from sleekxmpp.xmlstream.matcher import *
|
from sleekxmpp.xmlstream.matcher import *
|
||||||
from sleekxmpp.xmlstream.stanzabase import StanzaBase, ET
|
from sleekxmpp.xmlstream.stanzabase import StanzaBase, ET
|
||||||
|
|
||||||
|
__version__ = '1.0beta5'
|
||||||
|
__version_info__ = (1, 0, 0, 'beta5', 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user