Skip to content

Commit 8488e66

Browse files
committed
[build]: Release version v0.2.1
1 parent f9568cf commit 8488e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/ccc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Remember to change also setup.py with the version here
2-
__version__ = "0.1.7"
2+
__version__ = "0.2.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="ccc-coef",
14-
version="0.2.0", # remember to change libs/ccc/__init__.py file also
14+
version="0.2.1", # remember to change libs/ccc/__init__.py file also
1515
author="Milton Pividori",
1616
author_email="miltondp@gmail.com",
1717
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.",

0 commit comments

Comments
 (0)