Skip to content

Commit

Permalink
Merge pull request #29 from yutanagano/bump_to_dev_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
yutanagano authored Aug 20, 2024
2 parents c860213 + c895b8d commit 5e7f505
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.0.1"
__version__ = "1.1.0-dev"


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

0 comments on commit 5e7f505

Please sign in to comment.