Skip to content

Commit e6d2e09

Browse files
committed
bump version to 3.7.0
1 parent fabeffe commit e6d2e09

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.6'
58+
version = '3.7'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.6.0'
60+
release = '3.7.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.6.0'
8+
__version__ = '3.7.0'
99

1010

1111
logger = logging.getLogger('gensim')

setup.py

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

302302
setup(
303303
name='gensim',
304-
version='3.6.0',
304+
version='3.7.0',
305305
description='Python framework for fast Vector Space Modelling',
306306
long_description=LONG_DESCRIPTION,
307307

0 commit comments

Comments
 (0)