From 2da0995f3efa0197cf249e3a749a5f0010c570f6 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 26 Oct 2024 17:55:26 +0100 Subject: [PATCH] Release v2.0.0a1 --- flask_admin/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_admin/__init__.py b/flask_admin/__init__.py index ccecd2ffa..be49a426b 100644 --- a/flask_admin/__init__.py +++ b/flask_admin/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0a0" +__version__ = "2.0.0a1" __author__ = "Flask-Admin team" __email__ = "contact@palletsproject.com" diff --git a/pyproject.toml b/pyproject.toml index 952e2c5e2..e4ef9fc50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Flask-Admin" -version = "2.0.0a0" +version = "2.0.0a1" description = "Simple and extensible admin interface framework for Flask" readme = "README.md" license = { file = "LICENSE.txt" }