Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/ccc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Remember to change also setup.py with the version here
__version__ = "0.1.7"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down