Skip to content

Commit 90e9a43

Browse files
committed
bump version to 3.0.1
1 parent b0f80a6 commit 90e9a43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '3.0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '3.0.0'
58+
release = '3.0.1'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

gensim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from gensim import parsing, matutils, interfaces, corpora, models, similarities, summarization, utils # noqa:F401
77
import logging
88

9-
__version__ = '3.0.0'
9+
__version__ = '3.0.1'
1010

1111

1212
class NullHandler(logging.Handler):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def finalize_options(self):
237237

238238
setup(
239239
name='gensim',
240-
version='3.0.0',
240+
version='3.0.1',
241241
description='Python framework for fast Vector Space Modelling',
242242
long_description=LONG_DESCRIPTION,
243243

0 commit comments

Comments
 (0)