From aeffcf82bad18070f93b4c7bcfabbb07ecb5889d Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 21 Dec 2025 09:45:50 +0000 Subject: [PATCH] Version 2.5.1.dev0 --- pyproject.toml | 2 +- src/microdot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d136247..6d8cc5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] diff --git a/src/microdot/__init__.py b/src/microdot/__init__.py index c8611b6..386768d 100644 --- a/src/microdot/__init__.py +++ b/src/microdot/__init__.py @@ -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'