diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-03 17:04:15 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-03 17:04:15 -0500 |
commit | 79f1aa0e1ba7dd29bf597beeae924b96950f9416 (patch) | |
tree | 1a065491c71993fbed8dac627664c81aa116a36e /sleekxmpp | |
parent | fb5a6a7d715e91e291971264b0326580b387465b (diff) | |
download | slixmpp-79f1aa0e1ba7dd29bf597beeae924b96950f9416.tar.gz slixmpp-79f1aa0e1ba7dd29bf597beeae924b96950f9416.tar.bz2 slixmpp-79f1aa0e1ba7dd29bf597beeae924b96950f9416.tar.xz slixmpp-79f1aa0e1ba7dd29bf597beeae924b96950f9416.zip |
Diffstat (limited to 'sleekxmpp')
-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 24bee091..037c6463 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.0rc4' -__version_info__ = (1, 0, 0, 'rc4', 0) +__version__ = '1.0' +__version_info__ = (1, 0, 0, '', 0) |