Skip to content

Commit

Permalink
Version 0.1.5 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Feb 24, 2022
1 parent a6a9dec commit a9e46b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sqladmin
version = 0.1.4
version = 0.1.5
author = Amin Alaee
author_email = [email protected]
description = Admin interface for SQLAlchemy.
Expand Down
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
from sqladmin.models import ModelAdmin

__version__ = "0.1.4"
__version__ = "0.1.5"

__all__ = [
"Admin",
Expand Down

0 comments on commit a9e46b5

Please sign in to comment.