From 690c9ce1ca5fb23339fb3ecfbc107e24447d7910 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Fri, 24 Apr 2015 00:23:49 +0200 Subject: [PATCH] bump: version Signed-off-by: Stephen L. --- structural_adaptive_ecc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structural_adaptive_ecc.py b/structural_adaptive_ecc.py index e24614b..502cbdb 100644 --- a/structural_adaptive_ecc.py +++ b/structural_adaptive_ecc.py @@ -62,7 +62,7 @@ # the intra-ecc on filepath is the hardest because we won't know the size (not fixed-length), but we can use a field_delim. For intra-ecc on hash this is easy if the hash is fixed-length like MD5: we can precisely compute the length of the ECC, thus it will just be another field to extract in entry_fields. # -__version__ = "0.9.4b" +__version__ = "0.9.5" # Include the lib folder in the python import path (so that packaged modules can be easily called, such as gooey which always call its submodules via gooey parent module) import sys, os