Skip to content

Commit 3b59f23

Browse files
committed
0.0.2
1 parent 6111766 commit 3b59f23

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.1"
3+
__version__ = "0.0.2"
44

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

0 commit comments

Comments
 (0)