Version 2.4.1.dev0

This commit is contained in:
Miguel Grinberg
2025-11-08 12:30:39 +00:00
parent 4c2d2896c3
commit ae9f237ce6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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