From bfee15c5a900361d272c31c8d6df2ded06f885dc Mon Sep 17 00:00:00 2001 From: tmylk Date: Tue, 21 Jun 2016 23:25:34 -0400 Subject: [PATCH] Bump up ver to 0.13.0 --- 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 42fa3c71a0..5a9ad2b635 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.0rc1' +version = '0.13.0' # The full version, including alpha/beta/rc tags. -release = '0.13.0rc1' +release = '0.13.0' # 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 f492a949cc..a616bb97d3 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ def readfile(fname): setup( name='gensim', - version='0.13.0rc1', + version='0.13.0', description='Python framework for fast Vector Space Modelling', long_description=readfile('README.rst'),