Skip to content

Commit 57780f5

Browse files
committed
Merge branch 'release-0.13.3' into develop
2 parents 3f87810 + 1ceef76 commit 57780f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '0.13.2'
55+
version = '0.13.3'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.13.2'
57+
release = '0.13.3'
5858

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def readfile(fname):
123123

124124
setup(
125125
name='gensim',
126-
version='0.13.2',
126+
version='0.13.3',
127127
description='Python framework for fast Vector Space Modelling',
128128
long_description=readfile('README.md'),
129129

0 commit comments

Comments
 (0)