We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b77e5a7 + 0492484 commit 991615bCopy full SHA for 991615b
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "starlette-admin"
3
-version = "0.0.2"
+version = "0.0.2.pre"
4
description = "Simple and extensible admin interface framework for Starlette/FastApi"
5
authors = ["Jocelin Hounon <hounonj@gmail.com>"]
6
license = "MIT"
starlette_admin/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.0.2"
+__version__ = "0.0.2.pre"
from starlette_admin.base import BaseAdmin
from starlette_admin.fields import *
0 commit comments