From 76faf9aa9c05dac0d3397867d8f317c3eb9cc0bc Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 6 Sep 2005 22:42:54 +0000 Subject: - update to next release version --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit