Skip to content

Commit

Permalink
[PLUGINS] Bump Version [ibis | sqlalchemy]
Browse files Browse the repository at this point in the history
  • Loading branch information
jieguangzhou committed Sep 23, 2024
1 parent 54ee1bb commit 95aa97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/ibis/superduper_ibis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .data_backend import IbisDataBackend as DataBackend
from .query import IbisQuery

__version__ = "0.0.3"
__version__ = "0.0.4"

__all__ = ["IbisQuery", "DataBackend"]
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.0.4"
__version__ = "0.0.5"

__all__ = ['MetaDataStore']

0 comments on commit 95aa97e

Please sign in to comment.