diff options
author | Lance Stout <lancestout@gmail.com> | 2014-02-09 14:33:36 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2014-02-09 14:33:36 -0800 |
commit | 3f873002c4632c602696724e00a083f4c381aab9 (patch) | |
tree | 444684c2f29a1e24b076b288220ec74f89709faa | |
parent | 818f4e597373d509f3c8d6df83ec69dba2253899 (diff) | |
download | slixmpp-3f873002c4632c602696724e00a083f4c381aab9.tar.gz slixmpp-3f873002c4632c602696724e00a083f4c381aab9.tar.bz2 slixmpp-3f873002c4632c602696724e00a083f4c381aab9.tar.xz slixmpp-3f873002c4632c602696724e00a083f4c381aab9.zip |
Bump minor version
-rw-r--r-- | sleekxmpp/version.py | 4 |
1 files 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) |