Update version number to beta6.

XEP-0092 now uses sleekxmpp.__version__ as a default version number.
This commit is contained in:
Lance Stout
2011-07-03 15:47:12 -07:00
parent 9c5885c6b6
commit 4d6e7c7dbb
2 changed files with 3 additions and 3 deletions

View File

@@ -15,5 +15,5 @@ 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)
__version__ = '1.0beta6'
__version_info__ = (1, 0, 0, 'beta6', 0)