Skip to content

Commit

Permalink
[build]: Release version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyu-zc committed Oct 1, 2024
1 parent f9568cf commit 4209259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 4209259

Please sign in to comment.