Skip to content

Commit

Permalink
Version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Oct 17, 2024
1 parent 10ac6b7 commit 20f7b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqladmin.application import Admin, action, expose
from sqladmin.models import BaseView, ModelView

__version__ = "0.19.0"
__version__ = "0.20.0"

__all__ = [
"Admin",
Expand Down

0 comments on commit 20f7b45

Please sign in to comment.