Skip to content

Commit

Permalink
update the version
Browse files Browse the repository at this point in the history
Update the version to refresh the PyPI package.
  • Loading branch information
cainmagi committed Dec 9, 2024
1 parent 27d9383 commit 25faea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .extension import SQLAlchemy

__version__ = "3.1.0.dev"
__version__ = "3.1.0.dev1"

__all__ = [
"SQLAlchemy",
Expand Down

0 comments on commit 25faea0

Please sign in to comment.