From b1b4afc530f5745af35937ef54e2f0c35dbaee9e Mon Sep 17 00:00:00 2001 From: maxibor Date: Wed, 10 Feb 2021 16:18:21 +0100 Subject: [PATCH] bump version to 0.2 --- sam2lca/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam2lca/__init__.py b/sam2lca/__init__.py index c910460..97c9cfe 100644 --- a/sam2lca/__init__.py +++ b/sam2lca/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.1' +__version__ = '0.2' from sam2lca.main import sam2lca