From 96ef0b5702c67f69e48ab76f4ef43ba1e6e83fff Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Wed, 31 May 2023 16:05:39 -0600 Subject: [PATCH] v0.0.23rc1 --- src/phoenix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phoenix/__init__.py b/src/phoenix/__init__.py index bcb94e8adc..b13df55355 100644 --- a/src/phoenix/__init__.py +++ b/src/phoenix/__init__.py @@ -3,7 +3,7 @@ from .datasets.schema import EmbeddingColumnNames, Schema from .session.session import Session, active_session, close_app, launch_app -__version__ = "0.0.23rc0" +__version__ = "0.0.23rc1" # module level doc-string __doc__ = """