Skip to content

Commit

Permalink
[PLUGINS] Bump Version [snowflake]
Browse files Browse the repository at this point in the history
  • Loading branch information
jieguangzhou authored and fnikolai committed Dec 20, 2024
1 parent 4c124ff commit 9375089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: plugins/${{ matrix.plugin }}/dist/
verbose: true

- name: Remove unwanted files from dist
run: rm -f plugins/${{ matrix.plugin }}/dist/*.attestation
Expand Down
2 changes: 1 addition & 1 deletion plugins/snowflake/superduper_snowflake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .vector_search import SnowflakeVectorSearcher as VectorSearcher

__version__ = "0.4.1"
__version__ = "0.4.2"

__all__ = [
"VectorSearcher",
Expand Down

0 comments on commit 9375089

Please sign in to comment.