diff options
author | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-11-16 14:34:21 +0000 |
---|---|---|
committer | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-11-16 14:34:21 +0000 |
commit | df744af92832a69dbdbe97014bee38f6271ca30a (patch) | |
tree | 3dc85c0cbfaa12d85708d37abe9be8c2c916caba /setup.py | |
parent | 9e682a1a6d60bc31b63552c240718a9b7583f1c7 (diff) | |
download | dbus-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/', |