Skip to content

Commit 9a7b8b7

Browse files
authored
Merge pull request #6 from jowilf/release-0.1.0
✨️ Release 0.1.0
2 parents d2952ea + c212b01 commit 9a7b8b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "starlette-admin"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
description = "Simple and extensible admin interface framework for Starlette/FastApi"
55
authors = ["Jocelin Hounon <hounonj@gmail.com>"]
66
license = "MIT"

starlette_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.1.0"
22

33
from starlette_admin.base import BaseAdmin
44
from starlette_admin.fields import *

0 commit comments

Comments
 (0)