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