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',