We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f87810 + 1ceef76 commit 57780f5Copy full SHA for 57780f5
docs/src/conf.py
@@ -52,9 +52,9 @@
52
# built documents.
53
#
54
# The short X.Y version.
55
-version = '0.13.2'
+version = '0.13.3'
56
# The full version, including alpha/beta/rc tags.
57
-release = '0.13.2'
+release = '0.13.3'
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.2',
+ version='0.13.3',
127
description='Python framework for fast Vector Space Modelling',
128
long_description=readfile('README.md'),
129
0 commit comments