summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2006-12-13 15:02:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2006-12-13 15:02:36 +0000
commit274314c98304fdaa23bcc7b3940ab48e7afe0e8c (patch)
tree9d6e17c25cfccc74eec083464be1ad63bc6d507f /setup.py
parent8989e8da843210e7d18c456cfaa12cabc1015ac0 (diff)
downloaddbus-python-274314c98304fdaa23bcc7b3940ab48e7afe0e8c.tar.gz
Bump version to 0.80rc2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 51ae4fd..5dd7cbb 100644
--- a/setup.py
+++ b/setup.py
@@ -129,7 +129,7 @@ if 'CFLAGS' in os.environ:
setup(
name='dbus-python',
- version='0.80rc1',
+ version='0.80rc2',
description='D-Bus Python bindings',
long_description=long_desc,
url='http://dbus.freedesktop.org/',