From bd45fa1fdd53efe662a147482310eaaeb1ea7e4a Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Sat, 7 Jan 2023 13:09:48 +0200 Subject: [PATCH] Bump version to 2.11.0 --- src/pabot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pabot/__init__.py b/src/pabot/__init__.py index a2cfa727..8186f05d 100644 --- a/src/pabot/__init__.py +++ b/src/pabot/__init__.py @@ -1,4 +1,4 @@ from __future__ import absolute_import from .pabotlib import PabotLib -__version__ = "2.10.0" \ No newline at end of file +__version__ = "2.11.0" \ No newline at end of file