Skip to content

Commit 64dbdc3

Browse files
authored
0.1.2
1 parent 8455f3f commit 64dbdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar_sql/__init__.py

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

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

0 commit comments

Comments
 (0)