Skip to content

Commit

Permalink
[PLUGINS] Bump Version [snowflake]
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Jan 26, 2025
1 parent 7205f4a commit 1966a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/snowflake/superduper_snowflake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .vector_search import SnowflakeVectorSearcher as VectorSearcher
from .data_backend import SnowflakeDataBackend as DataBackend

__version__ = "0.5.5"
__version__ = "0.5.6"

__all__ = [
"VectorSearcher",
Expand Down

0 comments on commit 1966a43

Please sign in to comment.