Skip to content

Commit 2da0995

Browse files
Release v2.0.0a1
1 parent 0bf7f8b commit 2da0995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0a0"
1+
__version__ = "2.0.0a1"
22
__author__ = "Flask-Admin team"
33
__email__ = "contact@palletsproject.com"
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-Admin"
3-
version = "2.0.0a0"
3+
version = "2.0.0a1"
44
description = "Simple and extensible admin interface framework for Flask"
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)