From a3f55fc4f1e5792c679fc702ad361ddeb6817ce2 Mon Sep 17 00:00:00 2001 From: 0xpeIpeI Date: Fri, 3 Feb 2023 20:42:16 +0900 Subject: [PATCH] version 0.1.0 --- sent_pattern/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sent_pattern/__init__.py b/sent_pattern/__init__.py index a2cb305..1601600 100644 --- a/sent_pattern/__init__.py +++ b/sent_pattern/__init__.py @@ -1,4 +1,4 @@ from sent_pattern import * from sent_pattern.pipelines import * -__version__ = '0.0.9' +__version__ = '0.1.0'