From 5cd694d5fb254c273bd59428779818216b4a1ed5 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 15 Jul 2005 17:33:17 +0000 Subject: * python/__init__.py: Upped to version (0,42,0) because of the API change --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 069a432b..945ef67e 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -1,5 +1,5 @@ from _dbus import * from types import * -version = (0, 41, 0) +version = (0, 42, 0) _dbus_main_loop_setup_function = None -- cgit