From 7aca9899f7d6c08747b17893b47ee8e92347ab9a Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Sun, 17 Oct 2021 21:00:04 +0900 Subject: [PATCH] Bump version to 0.14.0 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6ae4311..0c4dc44 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Yusuke Miyazaki' # The full version, including alpha/beta/rc tags -release = '0.13.0' +release = '0.14.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ad0b6d1..087b20d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def cythonize(extensions): setup( name="wsgi_lineprof", - version="0.13.0", + version="0.14.0", description="WSGI middleware for line-by-line profiling", long_description=long_description,