Skip to content

Commit

Permalink
bumped version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Dec 17, 2022
1 parent f571f33 commit 1a5ee4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# The short X.Y version.
version = '4.2.0'
# The full version, including alpha/beta/rc tags.
release = '4.2.1.dev0'
release = '4.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gensim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = '4.2.1.dev0'
__version__ = '4.3.0'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def run(self):

setup(
name='gensim',
version='4.2.1.dev0',
version='4.3.0',
description='Python framework for fast Vector Space Modelling',
long_description=LONG_DESCRIPTION,

Expand Down

0 comments on commit 1a5ee4b

Please sign in to comment.