From 7fc5bc47534f1938f08d34fea1ac5568f46ac55f Mon Sep 17 00:00:00 2001 From: a-Sansara Date: Fri, 18 Jul 2014 02:30:24 +0200 Subject: [PATCH] amend version --- impra/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impra/conf.py b/impra/conf.py index 7818877..78a47bc 100755 --- a/impra/conf.py +++ b/impra/conf.py @@ -39,7 +39,7 @@ PRG_NAME = 'Imprastorage' PRG_PACKAGE = 'impra' PRG_SCRIPT = PRG_NAME.lower() PRG_CLI_NAME = PRG_SCRIPT+'-cli' -PRG_VERS = '1.12' +PRG_VERS = '1.01' PRG_AUTHOR = 'a-Sansara' PRG_COPY = 'pluie.org' PRG_YEAR = '2013'