From 9a0d29d0851a3825e4a4a4367aff8b9da21dbb5e Mon Sep 17 00:00:00 2001 From: pylover Date: Wed, 25 Apr 2018 03:31:54 +0430 Subject: [PATCH] v0.11.1b2 --- bddrest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bddrest/__init__.py b/bddrest/__init__.py index da96a92..4be495a 100644 --- a/bddrest/__init__.py +++ b/bddrest/__init__.py @@ -7,7 +7,7 @@ from .cli import Launcher -__version__ = '0.11.0b2' +__version__ = '0.11.1b2' class MainLauncher(Launcher):