summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-11-16 14:34:21 +0000
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-11-16 14:34:21 +0000
commitdf744af92832a69dbdbe97014bee38f6271ca30a (patch)
tree3dc85c0cbfaa12d85708d37abe9be8c2c916caba /setup.py
parent9e682a1a6d60bc31b63552c240718a9b7583f1c7 (diff)
downloaddbus-python-df744af92832a69dbdbe97014bee38f6271ca30a.tar.gz
Bump version to 0.80~pre1 (but in __init__.py, write it as 0.79.1)
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 d7bf8fc..19c8a2e 100644
--- a/setup.py
+++ b/setup.py
@@ -139,7 +139,7 @@ if 'CFLAGS' in os.environ:
setup(
name='dbus-python',
- version='0.71',
+ version='0.80~pre1',
description='D-Bus Python bindings',
long_description=long_desc,
url='http://dbus.freedesktop.org/',