We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc90be2 commit e253833Copy full SHA for e253833
src/sceptr/__init__.py
@@ -10,7 +10,7 @@
10
from pandas import DataFrame
11
12
13
-__version__ = "1.1.0-beta.1"
+__version__ = "1.1.0"
14
15
16
def calc_cdist_matrix(anchors: DataFrame, comparisons: DataFrame) -> ndarray:
0 commit comments