Make xmlstream use an asyncio loop
[slixmpp.git] / slixmpp / version.py
blob427c98922c8f3051eecff517728c17d97bdbcebb
1 """
2 Slixmpp: The Slick XMPP Library
3 Copyright (C) 2010 Nathanael C. Fritz
4 This file is part of Slixmpp.
6 See the file LICENSE for copying permission.
7 """
9 # We don't want to have to import the entire library
10 # just to get the version info for setup.py
12 __version__ = '1.3.1'
13 __version_info__ = (1, 3, 1, '', 0)