Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mielniczuk
python-nbxmpp
Commits
7256d13e
Commit
7256d13e
authored
May 19, 2018
by
Philipp Hörist
Browse files
Prepare 0.6.6
parent
b9fc712e
Changes
2
Hide whitespace changes
Inline
Side-by-side
nbxmpp/__init__.py
View file @
7256d13e
...
...
@@ -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
"
setup.py
View file @
7256d13e
...
...
@@ -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'
],
)
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment