From 3d7d6a862ac202c1b9446c0cf778e231b294c4f1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Dec 2006 18:29:21 +0000 Subject: [PATCH] Version bump for pyusb dependency processing --- libprs500/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libprs500/__init__.py b/libprs500/__init__.py index 135db5a86e..44ffff40fc 100644 --- a/libprs500/__init__.py +++ b/libprs500/__init__.py @@ -32,7 +32,7 @@ the following rule in C{/etc/udev/rules.d/90-local.rules} :: BUS=="usb", SYSFS{idProduct}=="029b", SYSFS{idVendor}=="054c", MODE="660", GROUP="plugdev" You may have to adjust the GROUP and the location of the rules file to suit your distribution. """ -__version__ = "0.3.0a2" +__version__ = "0.3.0a3" __docformat__ = "epytext" __author__ = "Kovid Goyal " TEMPORARY_FILENAME_TEMPLATE = "libprs500_"+__version__+"_temp"