Skip to content
Snippets Groups Projects
Commit 7256d13e authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Prepare 0.6.6

parent b9fc712e
No related branches found
Tags nbxmpp-0.6.6
No related merge requests found
......@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from .plugin import PlugIn
from .smacks import Smacks
__version__ = "0.6.5"
__version__ = "0.6.6"
......@@ -3,10 +3,10 @@
from distutils.core import setup
setup(name='nbxmpp',
version='0.6.5',
version='0.6.6',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',
url='http://dev.gajim.org/gajim/python-nbxmpp',
packages=['nbxmpp'],
)
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment