Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Apr 20, 2023
1 parent df2aeff commit 3287a98
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/phoenix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
from .datasets import Dataset, EmbeddingColumnNames, ExampleDatasets, Schema, load_example
from .datasets import (
Dataset,
EmbeddingColumnNames,
ExampleDatasets,
Schema,
load_example,
)
from .session import Session, active_session, close_app, launch_app

__version__ = "0.0.13"
__version__ = "0.0.14"

# module level doc-string
__doc__ = """
Expand Down

0 comments on commit 3287a98

Please sign in to comment.