Skip to content

Commit

Permalink
indexing bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Nov 2, 2023
1 parent 3ed25e3 commit 39577b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -29,7 +29,7 @@
author = 'Dimo Angelov'

# The full version, including alpha/beta/rc tags
release = '1.0.31'
release = '1.0.32'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="top2vec",
packages=["top2vec"],
version="1.0.31",
version="1.0.32",
author="Dimo Angelov",
author_email="dimo.angelov@gmail.com",
description="Top2Vec learns jointly embedded topic, document and word vectors.",
Expand Down
2 changes: 1 addition & 1 deletion top2vec/__init__.py
@@ -1,3 +1,3 @@
from top2vec.Top2Vec import Top2Vec

__version__ = '1.0.31'
__version__ = '1.0.32'

0 comments on commit 39577b4

Please sign in to comment.