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