summaryrefslogtreecommitdiff
path: root/slixmpp/version.py
blob: 7cff2e74a2172df4707680777cc3781b9f1a5350 (plain)
1
2
3
4
5
6
7
8
9
10

# 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.7.0'
__version_info__ = (1, 7, 0)