diff --git a/docs/content/index.md b/docs/content/index.md index c190fd3..c5d5f8d 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -5,7 +5,7 @@ layout: home hero: name: "OpenAdmin" text: "Admin panel for python" - tagline: Build admin dashboards as FastAPI routes — stats, tables, charts, and actions, all in pure Python. + tagline: Build admin dashboards as FastAPI routes — stats, tables, charts, and actions, all in pure Python using any orm and api. actions: - theme: brand text: What is OpenAdmin? diff --git a/pyproject.toml b/pyproject.toml index 56e9aac..4c57c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openadmin" -version = "0.7.18" +version = "0.7.19" description = "Add your description here" authors = [ { name="Mykyta Kasianenko", email="mykytakasianenko@gmail.com" },