We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8e9c0f + f5e462b commit 7c118fcCopy full SHA for 7c118fc
docs/src/conf.py
@@ -52,9 +52,9 @@
52
# built documents.
53
#
54
# The short X.Y version.
55
-version = '0.13.1'
+version = '0.13.2'
56
# The full version, including alpha/beta/rc tags.
57
-release = '0.13.1'
+release = '0.13.2'
58
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
# for a list of supported languages.
setup.py
@@ -123,7 +123,7 @@ def readfile(fname):
123
124
setup(
125
name='gensim',
126
- version='0.13.1',
+ version='0.13.2',
127
description='Python framework for fast Vector Space Modelling',
128
long_description=readfile('README.md'),
129
0 commit comments