Skip to content

Commit ae9f237

Browse files
Version 2.4.1.dev0
1 parent 4c2d289 commit ae9f237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microdot"
3-
version = "2.4.0"
3+
version = "2.4.1.dev0"
44
authors = [
55
{ name = "Miguel Grinberg", email = "[email protected]" },
66
]

src/microdot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from microdot.microdot import Microdot, Request, Response, abort, redirect, \
22
send_file, URLPattern, AsyncBytesIO, iscoroutine # noqa: F401
33

4-
__version__ = '2.4.0'
4+
__version__ = '2.4.1.dev0'

0 commit comments

Comments
 (0)