Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yutanagano committed Oct 7, 2024
1 parent bc90be2 commit e253833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sceptr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pandas import DataFrame


__version__ = "1.1.0-beta.1"
__version__ = "1.1.0"


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

0 comments on commit e253833

Please sign in to comment.