From c212b01d15d9c89ff6a4d1e1b092d609a0250374 Mon Sep 17 00:00:00 2001 From: jowilf Date: Mon, 5 Sep 2022 19:52:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=EF=B8=8F=20Release=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- starlette_admin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 540b5d88..c03c295c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/starlette_admin/__init__.py b/starlette_admin/__init__.py index 34e4d4b8..b2d68c80 100644 --- a/starlette_admin/__init__.py +++ b/starlette_admin/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.2" +__version__ = "0.1.0" from starlette_admin.base import BaseAdmin from starlette_admin.fields import *