slixmpp/slixmpp/version.py
2024-02-02 01:59:31 +01:00

10 lines
303 B
Python

# Slixmpp: The Slick XMPP Library
# Copyright (C) 2010 Nathanael C. Fritz
# This file is part of Slixmpp.
# 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.8.5'
__version_info__ = (1, 8, 5)