X-Git-Url: https://git.korewanetadesu.com/?p=python-collate.git;a=blobdiff_plain;f=collate%2F__init__.py;fp=collate%2F__init__.py;h=ea1516a7cbd2cd83057034d54fcb58e260534397;hp=5094071fc4f8cdcd274986e0be1ed609ac1ceabf;hb=308778ae560a3258a55d578b1dd52d030ce4399d;hpb=f854c6958fd98bc3a1709e7aa1ede1ce7f5ab612 diff --git a/collate/__init__.py b/collate/__init__.py index 5094071..ea1516a 100644 --- a/collate/__init__.py +++ b/collate/__init__.py @@ -52,7 +52,7 @@ try: except ImportError: pass -VERSION = (0, 1) +VERSION = (0, 2) VERSION_STRING = ".".join(map(str, VERSION)) collator = None