From f5e462be0e3e52fcfe6c262f4ffb25dd1e198b55 Mon Sep 17 00:00:00 2001 From: tmylk Date: Fri, 26 Aug 2016 17:29:16 +0200 Subject: [PATCH] bump up version to 0.13.2 --- docs/src/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index cc1aa50a88..c3fc7518e9 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '0.13.1' +version = '0.13.2' # The full version, including alpha/beta/rc tags. -release = '0.13.1' +release = '0.13.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 28af7d2bf8..9b7368e5cc 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ def readfile(fname): setup( name='gensim', - version='0.13.1', + version='0.13.2', description='Python framework for fast Vector Space Modelling', long_description=readfile('README.md'),