Skip to content

Commit

Permalink
Update version number to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrehancavdar committed Feb 5, 2024
1 parent 897c095 commit 5364980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from sqladmin.application import Admin, action, expose
from sqladmin.models import BaseView, ModelView

__version__ = "0.16.0.litestar.0.2"
__version__ = "0.16.1"
__original_version__ = "0.16.0"

__all__ = [
"Admin",
Expand Down

0 comments on commit 5364980

Please sign in to comment.