Skip to content

Commit b5744ba

Browse files
committed
Bump up version to 1.0.1
1 parent 4d8333a commit b5744ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/conf.py

Lines changed: 1 addition & 1 deletion
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.0'
57+
release = '1.0.1'
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
@@ -228,7 +228,7 @@ def finalize_options(self):
228228

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

0 commit comments

Comments
 (0)