Skip to content

Commit ccc436e

Browse files
authored
0.0.6
1 parent f689ddf commit ccc436e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""EllarSQL Module adds support for SQLAlchemy and Alembic package to your Ellar application"""
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.0.6"
44

55
from .model.database_binds import get_all_metadata, get_metadata
66
from .module import EllarSQLModule

0 commit comments

Comments
 (0)