Skip to content

Commit

Permalink
Merge pull request #6 from jowilf/release-0.1.0
Browse files Browse the repository at this point in the history
✨️ Release 0.1.0
  • Loading branch information
jowilf authored Sep 5, 2022
2 parents d2952ea + c212b01 commit 9a7b8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlette-admin"
version = "0.0.2"
version = "0.1.0"
description = "Simple and extensible admin interface framework for Starlette/FastApi"
authors = ["Jocelin Hounon <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion starlette_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.1.0"

from starlette_admin.base import BaseAdmin
from starlette_admin.fields import *
Expand Down

0 comments on commit 9a7b8b7

Please sign in to comment.