From b8ff047ef4fa9ede0c849d04a982c03f1612d826 Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Thu, 24 Jun 2010 22:49:37 -0300 Subject: [PATCH] Increment driver version --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 007072f1e8..4071b10f6e 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -22,7 +22,7 @@ class KOBO(USBMS): gui_name = 'Kobo Reader' description = _('Communicate with the Kobo Reader') author = 'Timothy Legge and Kovid Goyal' - version = (1, 0, 3) + version = (1, 0, 4) supported_platforms = ['windows', 'osx', 'linux']