From be956772a7a0307a3ceed4b2610d4fbb6b3822c3 Mon Sep 17 00:00:00 2001 From: Mukundan Senthil Date: Mon, 4 Mar 2019 13:24:56 +0530 Subject: [PATCH] chore(version): bump version (patch) --- 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 57b3955..055ed37 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.2' # The full version, including alpha/beta/rc tags -release = '0.2.6' +release = '0.2.7' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 99b2b7d..9ce4540 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='python-codeforces', - version='0.2.6', + version='0.2.7', description='Codeforces API wrapper for python', long_description=long_description, long_description_content_type='text/markdown',