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"