slixmpp/sleekxmpp/version.py
2012-07-30 09:04:15 -07:00

13 lines
334 B
Python

"""
SleekXMPP: The Sleek XMPP Library
Copyright (C) 2010 Nathanael C. Fritz
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
"""
# We don't want to have to import the entire library
# just to get the version info for setup.py
__version__ = '1.1.10'
__version_info__ = (1, 1, 10, '', 0)