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.
1 parent 5edc411 commit 43efe67Copy full SHA for 43efe67
docs/src/conf.py
@@ -63,7 +63,7 @@
63
# The short X.Y version.
64
version = '4.0.0'
65
# The full version, including alpha/beta/rc tags.
66
-release = '4.1.0.dev1'
+release = '4.0.1'
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
gensim/__init__.py
@@ -4,7 +4,7 @@
4
5
"""
6
7
-__version__ = '4.1.0.dev1'
+__version__ = '4.0.1'
8
9
import logging
10
setup.py
@@ -338,7 +338,7 @@ def run(self):
338
339
setup(
340
name='gensim',
341
- version='4.1.0.dev1',
+ version='4.0.1',
342
description='Python framework for fast Vector Space Modelling',
343
long_description=LONG_DESCRIPTION,
344
0 commit comments