diff options
author | Lance Stout <lancestout@gmail.com> | 2011-04-08 16:42:02 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-04-08 16:42:02 -0400 |
commit | ae5ce170355de59cfd7913f85f7444f2f92bf21a (patch) | |
tree | d6308ab53b27d636956086afe44ef8213c99de91 /sleekxmpp/__init__.py | |
parent | f125c11a810cf308473394262879f94166c3f564 (diff) | |
parent | 2e1befc8c6e3092b773a8c297bc183823c2eaeed (diff) | |
download | slixmpp-ae5ce170355de59cfd7913f85f7444f2f92bf21a.tar.gz slixmpp-ae5ce170355de59cfd7913f85f7444f2f92bf21a.tar.bz2 slixmpp-ae5ce170355de59cfd7913f85f7444f2f92bf21a.tar.xz slixmpp-ae5ce170355de59cfd7913f85f7444f2f92bf21a.zip |
Merge branch 'develop' into stream_features
Diffstat (limited to 'sleekxmpp/__init__.py')
-rw-r--r-- | sleekxmpp/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sleekxmpp/__init__.py b/sleekxmpp/__init__.py index 20f43671..5ad11742 100644 --- a/sleekxmpp/__init__.py +++ b/sleekxmpp/__init__.py @@ -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) |