summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-09-06 22:42:54 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-09-06 22:42:54 +0000
commit76faf9aa9c05dac0d3397867d8f317c3eb9cc0bc (patch)
tree06580f7a8a73273d3e88007d892bc634a026946c /python
parentbc564a69c26419a125eb1880069d9276a47f7d1b (diff)
- update to next release version
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 4fdc0e9d..7d937831 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -1,5 +1,5 @@
from _dbus import *
from types import *
-version = (0, 50, 0)
+version = (0, 51, 0)
_dbus_main_loop_setup_function = None