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.",