From 29eb9c31bdb83b7d7c0ea9a4434dd71df8586c1e Mon Sep 17 00:00:00 2001 From: Colin-b Date: Sun, 22 Sep 2024 15:49:31 +0200 Subject: [PATCH] Bump version --- pytest_httpx/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_httpx/version.py b/pytest_httpx/version.py index 63fd052..91963a7 100644 --- a/pytest_httpx/version.py +++ b/pytest_httpx/version.py @@ -3,4 +3,4 @@ # Major should be incremented in case there is a breaking change. (eg: 2.5.8 -> 3.0.0) # Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 2.6.0) # Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9) -__version__ = "0.31.0" +__version__ = "0.31.1"