Skip to content

Commit fa1f817

Browse files
committed
bumped version to 4.3.2
1 parent c4a7acd commit fa1f817

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
@@ -63,7 +63,7 @@
6363
# The short X.Y version.
6464
version = '4.3.1.dev0'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '4.3.1.dev0'
66+
release = '4.3.2'
6767

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

gensim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = '4.3.1.dev0'
7+
__version__ = '4.3.2'
88

99
import logging
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def run(self):
339339

340340
setup(
341341
name='gensim',
342-
version='4.3.1.dev0',
342+
version='4.3.2',
343343
description='Python framework for fast Vector Space Modelling',
344344
long_description=LONG_DESCRIPTION,
345345

0 commit comments

Comments
 (0)