From 4e2bae4e01f3fe3a5027c5d1f6aaf67a27624ab4 Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Sun, 20 Jun 2010 23:27:31 -0300 Subject: [PATCH] Increment the version - Sucessful testing on Linux Development Machine --- 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 159e8f484c..d73ed97bf9 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, 2) + version = (1, 0, 3) supported_platforms = ['windows', 'osx', 'linux']