We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51821b commit 311c33dCopy full SHA for 311c33d
sqladmin/__init__.py
@@ -1,7 +1,7 @@
1
from sqladmin.application import Admin, action, expose
2
from sqladmin.models import BaseView, ModelView
3
4
-__version__ = "0.16.0"
+__version__ = "0.16.0-litestar-0.2"
5
6
__all__ = [
7
"Admin",
0 commit comments