Skip to content

Commit

Permalink
[PLUGINS] Bump Version [sqlalchemy | ibis]
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik4949 committed Jan 4, 2025
1 parent dde16fe commit ec21db8
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.4.7"
__version__ = "0.4.8"

__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.4.5"
__version__ = "0.4.6"

__all__ = ['MetaDataStore']

0 comments on commit ec21db8

Please sign in to comment.