diff --git a/flask_admin/__init__.py b/flask_admin/__init__.py index be49a426b..dd79e257d 100644 --- a/flask_admin/__init__.py +++ b/flask_admin/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.0a1" +__version__ = "2.0.0a2" __author__ = "Flask-Admin team" __email__ = "contact@palletsproject.com" diff --git a/pyproject.toml b/pyproject.toml index 0b97b5478..1366397db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Flask-Admin" -version = "2.0.0a1" +version = "2.0.0a2" description = "Simple and extensible admin interface framework for Flask" readme = "README.md" license = { file = "LICENSE.txt" }