Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit c3076d3

Browse files
committed
Bump up version. Fix PyPi description
1 parent f8d2da2 commit c3076d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = '1.0'
55+
version = '2.0'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.0.1'
57+
release = '2.0.0'
5858

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def finalize_options(self):
172172
173173
174174
For alternative modes of installation (without root privileges, development
175-
installation, optional install features), see the `documentation <http://radimrehurek.com/gensim/install.html>`_.
175+
installation, optional install features), see the `install documentation <http://radimrehurek.com/gensim/install.html>`_.
176176
177177
This version has been tested under Python 2.7, 3.5 and 3.6. Support for Python 2.6, 3.3 and 3.4 was dropped in gensim 1.0.0. Install gensim 0.13.4 if you *must* use Python 2.6, 3.3 or 3.4. Support for Python 2.5 was dropped in gensim 0.10.0; install gensim 0.9.1 if you *must* use Python 2.5). Gensim's github repo is hooked against `Travis CI for automated testing <https://travis-ci.org/RaRe-Technologies/gensim>`_ on every commit push and pull request.
178178
@@ -228,7 +228,7 @@ def finalize_options(self):
228228

229229
setup(
230230
name='gensim',
231-
version='1.0.1',
231+
version='2.0.0',
232232
description='Python framework for fast Vector Space Modelling',
233233
long_description=LONG_DESCRIPTION,
234234

0 commit comments

Comments
 (0)