diff options
author | John (J5) Palmieri <johnp@remedyz.boston.redhat.com> | 2006-07-24 14:34:51 -0400 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-07-24 14:34:51 -0400 |
commit | 49948f1f9554b4431d668992b4953ff09962149f (patch) | |
tree | 5842b2f7b8f268501a3f3b279878364532632aa0 /setup.py | |
parent | 29b7548ddf4400a20636ae558c1834ad523c33da (diff) | |
download | dbus-python-49948f1f9554b4431d668992b4953ff09962149f.tar.gz |
* Released 0.71
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ is available and remote support planned.''' setup( name='dbus-python', - version='0.70', + version='0.71', description='D-Bus Python bindings', long_description=long_desc, url='http://dbus.freedesktop.org/', |