diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 17:33:17 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 17:33:17 +0000 |
commit | 5cd694d5fb254c273bd59428779818216b4a1ed5 (patch) | |
tree | f5203d8429ec8e2821bac730f6c8de77d77659ac /python | |
parent | b52d8bbdd442041e0bd494957d8388f26359aa4d (diff) |
* python/__init__.py: Upped to version (0,42,0) because of
the API change
Diffstat (limited to 'python')
-rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |