Skip to content

Commit 39577b4

Browse files
committed
indexing bugfix
1 parent 3ed25e3 commit 39577b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = 'Dimo Angelov'
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = '1.0.31'
32+
release = '1.0.32'
3333

3434

3535
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="top2vec",
88
packages=["top2vec"],
9-
version="1.0.31",
9+
version="1.0.32",
1010
author="Dimo Angelov",
1111
author_email="dimo.angelov@gmail.com",
1212
description="Top2Vec learns jointly embedded topic, document and word vectors.",

top2vec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from top2vec.Top2Vec import Top2Vec
22

3-
__version__ = '1.0.31'
3+
__version__ = '1.0.32'

0 commit comments

Comments
 (0)