From 42092592507d9b44bb2bd13480223d477c658bff Mon Sep 17 00:00:00 2001 From: Haoyu Zhang Date: Mon, 30 Sep 2024 14:09:56 -0600 Subject: [PATCH] [build]: Release version v0.2.2 --- libs/ccc/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ccc/__init__.py b/libs/ccc/__init__.py index b05ed826..36211dc8 100644 --- a/libs/ccc/__init__.py +++ b/libs/ccc/__init__.py @@ -1,2 +1,2 @@ # Remember to change also setup.py with the version here -__version__ = "0.1.7" +__version__ = "0.2.2" diff --git a/setup.py b/setup.py index 68b2b206..3e806b66 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="ccc-coef", - version="0.2.0", # remember to change libs/ccc/__init__.py file also + version="0.2.2", # remember to change libs/ccc/__init__.py file also author="Milton Pividori", author_email="miltondp@gmail.com", description="The Clustermatch Correlation Coefficient (CCC) is a highly-efficient, next-generation not-only-linear correlation coefficient that can work on numerical and categorical data types.",