Skip to content

Commit e253833

Browse files
committed
Bump version to 1.1.0
1 parent bc90be2 commit e253833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sceptr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pandas import DataFrame
1111

1212

13-
__version__ = "1.1.0-beta.1"
13+
__version__ = "1.1.0"
1414

1515

1616
def calc_cdist_matrix(anchors: DataFrame, comparisons: DataFrame) -> ndarray:

0 commit comments

Comments
 (0)