Skip to content

Commit

Permalink
bump dev version to 4.1.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Apr 1, 2021
1 parent 85d1553 commit 2feef89
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.0.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.1'
release = '4.1.0.dev0'

# 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.0.1'
__version__ = '4.1.0.dev0'

import logging

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

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

Expand Down

0 comments on commit 2feef89

Please sign in to comment.