From 3f873002c4632c602696724e00a083f4c381aab9 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 9 Feb 2014 14:33:36 -0800 Subject: Bump minor version --- sleekxmpp/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py index 6874ce6d..4af6125b 100644 --- a/sleekxmpp/version.py +++ b/sleekxmpp/version.py @@ -9,5 +9,5 @@ # We don't want to have to import the entire library # just to get the version info for setup.py -__version__ = '1.2.0' -__version_info__ = (1, 2, 0, '', 0) +__version__ = '1.2.1' +__version_info__ = (1, 2, 1, '', 0) -- cgit v1.2.3