Version 2.5.1.dev0

This commit is contained in:
Miguel Grinberg
2025-12-21 09:45:50 +00:00
parent a862a3353b
commit aeffcf82ba
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "microdot"
version = "2.5.0"
version = "2.5.1.dev0"
authors = [
{ name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" },
]

View File

@@ -1,4 +1,4 @@
from microdot.microdot import Microdot, Request, Response, abort, redirect, \
send_file, URLPattern, AsyncBytesIO, iscoroutine # noqa: F401
__version__ = '2.5.0'
__version__ = '2.5.1.dev0'