From f982876915a629ae07fb286c8e3b7f5b635105d9 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 26 Sep 2023 17:32:24 -0600 Subject: [PATCH] v0.0.40 --- 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 b45548e42f..5dc98beee2 100644 --- a/src/phoenix/__init__.py +++ b/src/phoenix/__init__.py @@ -5,7 +5,7 @@ from .trace.fixtures import load_example_traces from .trace.trace_dataset import TraceDataset -__version__ = "0.0.39" +__version__ = "0.0.40" # module level doc-string __doc__ = """