From d926ef979c0384a6cd4d38441529b5cf38320f15 Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Tue, 13 Feb 2024 08:12:49 +0100 Subject: [PATCH] Version bump to 1.0.9 --- doc/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index be4a991..b50d32b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ # built documents. # # The short X.Y version. -version = "1.0.8" +version = "1.0.9" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 6d7d615..c35d4c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest_httpserver" -version = "1.0.8" +version = "1.0.9" description = "pytest-httpserver is a httpserver for pytest" authors = ["Zsolt Cserna "] license = "MIT"