From 923ebd5095bf75e4e6544eac37b11c31525019aa Mon Sep 17 00:00:00 2001 From: Gabriel Moreno Date: Tue, 9 Mar 2021 14:38:30 -0400 Subject: [PATCH] Update version on __init__.py --- curtis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curtis/__init__.py b/curtis/__init__.py index 4b921f7..7adabe8 100644 --- a/curtis/__init__.py +++ b/curtis/__init__.py @@ -11,7 +11,7 @@ some existent data was given to a decision tree classifier, and it categorized the data into branches of rules and decisions. """ -__version__ = '0.2.1' +__version__ = '1.0.0' try: from .facts import CurtisFacts