We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6111766 commit 3b59f23Copy full SHA for 3b59f23
ellar_sql/__init__.py
@@ -1,6 +1,6 @@
1
"""EllarSQL Module adds support for SQLAlchemy and Alembic package to your Ellar application"""
2
3
-__version__ = "0.0.1"
+__version__ = "0.0.2"
4
5
from .model.database_binds import get_all_metadata, get_metadata
6
from .module import EllarSQLModule
0 commit comments