Skip to content

Commit

Permalink
Bump up ver to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmylk committed Jun 22, 2016
1 parent 08f2afe commit bfee15c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.0rc1'
version = '0.13.0'
# The full version, including alpha/beta/rc tags.
release = '0.13.0rc1'
release = '0.13.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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def readfile(fname):

setup(
name='gensim',
version='0.13.0rc1',
version='0.13.0',
description='Python framework for fast Vector Space Modelling',
long_description=readfile('README.rst'),

Expand Down

1 comment on commit bfee15c

@piskvorky
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also update CHANGELOG (release date).

Please sign in to comment.