Skip to content

Commit 60b2a49

Browse files
Prepare release v2.0.0a3
1 parent 5caec1e commit 60b2a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.0a2"
1+
__version__ = "2.0.0a3"
22
__author__ = "Flask-Admin team"
33
__email__ = "[email protected]"
44

pyproject.toml

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

0 commit comments

Comments
 (0)