Skip to content

Commit 1d2c2d4

Browse files
committed
bumped version to 3.8.0
1 parent e776e44 commit 1d2c2d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.7'
58+
version = '3.8'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.7.3'
60+
release = '3.8.0'
6161

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

gensim/__init__.py

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

8-
__version__ = '3.7.3'
8+
__version__ = '3.8.0'
99

1010

1111
logger = logging.getLogger('gensim')

setup.py

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

334334
setup(
335335
name='gensim',
336-
version='3.7.3',
336+
version='3.8.0',
337337
description='Python framework for fast Vector Space Modelling',
338338
long_description=LONG_DESCRIPTION,
339339

0 commit comments

Comments
 (0)