We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af4079 commit d692db4Copy full SHA for d692db4
docs/src/conf.py
@@ -54,7 +54,7 @@
54
# The short X.Y version.
55
version = '1.0'
56
# The full version, including alpha/beta/rc tags.
57
-release = '1.0.0rc1'
+release = '1.0.0rc2'
58
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
# for a list of supported languages.
setup.py
@@ -228,7 +228,7 @@ def finalize_options(self):
228
229
setup(
230
name='gensim',
231
- version='1.0.0rc1',
+ version='1.0.0rc2',
232
description='Python framework for fast Vector Space Modelling',
233
long_description=LONG_DESCRIPTION,
234
0 commit comments