Skip to content

Commit 8374c09

Browse files
committed
0.1.0
1 parent c57783c commit 8374c09

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.6"
3+
__version__ = "0.1.0"
44

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

0 commit comments

Comments
 (0)