Skip to content

Commit d692db4

Browse files
committed
Bump up to 1.0.0rc2
1 parent 5af4079 commit d692db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.0'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.0.0rc1'
57+
release = '1.0.0rc2'
5858

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def finalize_options(self):
228228

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

0 commit comments

Comments
 (0)