Collator.lstripwords: Strip words off the start and append to the end.
[python-collate.git] / collate / __init__.py
index 5094071..ea1516a 100644 (file)
@@ -52,7 +52,7 @@ try:
 except ImportError:
     pass
 
 except ImportError:
     pass
 
-VERSION = (0, 1)
+VERSION = (0, 2)
 VERSION_STRING = ".".join(map(str, VERSION))
 
 collator = None
 VERSION_STRING = ".".join(map(str, VERSION))
 
 collator = None