From b403ee706ec2e70204c6f1d2a072422b19dfcd65 Mon Sep 17 00:00:00 2001 From: Yuta Nagano <52748151+yutanagano@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:09:58 +0900 Subject: [PATCH] Bump version to beta 1 --- src/sceptr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sceptr/__init__.py b/src/sceptr/__init__.py index 1453ac0..30fe5fd 100644 --- a/src/sceptr/__init__.py +++ b/src/sceptr/__init__.py @@ -10,7 +10,7 @@ from pandas import DataFrame -__version__ = "1.1.0-dev" +__version__ = "1.1.0-beta.1" def calc_cdist_matrix(anchors: DataFrame, comparisons: DataFrame) -> ndarray: