summaryrefslogtreecommitdiff
path: root/sleekxmpp/version.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-11-18 16:40:17 -0800
committerLance Stout <lancestout@gmail.com>2011-11-18 16:40:17 -0800
commit1baf139ca4be0c05a6a845becf18412b213a3c02 (patch)
tree55e9f422b887af24df85af78732caed509c58267 /sleekxmpp/version.py
parent7945b3e7389516ebd3267dbba83e7564813c3012 (diff)
downloadslixmpp-1baf139ca4be0c05a6a845becf18412b213a3c02.tar.gz
slixmpp-1baf139ca4be0c05a6a845becf18412b213a3c02.tar.bz2
slixmpp-1baf139ca4be0c05a6a845becf18412b213a3c02.tar.xz
slixmpp-1baf139ca4be0c05a6a845becf18412b213a3c02.zip
Bump next release version to 1.0-RC4
Diffstat (limited to 'sleekxmpp/version.py')
-rw-r--r--sleekxmpp/version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py
index 610614e9..24bee091 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.0rc3'
-__version_info__ = (1, 0, 0, 'rc3', 0)
+__version__ = '1.0rc4'
+__version_info__ = (1, 0, 0, 'rc4', 0)