Skip to content

Commit

Permalink
[PLUGINS] Bump Version [mongodb | sqlalchemy]
Browse files Browse the repository at this point in the history
  • Loading branch information
jieguangzhou committed Dec 24, 2024
1 parent cc6025f commit 16937ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/mongodb/superduper_mongodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .query import MongoQuery
from .vector_search import MongoAtlasVectorSearcher as VectorSearcher

__version__ = "0.4.4"
__version__ = "0.4.5"

__all__ = [
"ArtifactStore",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sqlalchemy/superduper_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .metadata import SQLAlchemyMetadata as MetaDataStore

__version__ = "0.4.3"
__version__ = "0.4.4"

__all__ = ['MetaDataStore']

0 comments on commit 16937ac

Please sign in to comment.