Skip to content

Commit

Permalink
updateing version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Nov 16, 2023
1 parent 90987d0 commit 7403993
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'Dimo Angelov'

# The full version, including alpha/beta/rc tags
release = '1.0.33'
release = '1.0.34'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="top2vec",
packages=["top2vec"],
version="1.0.33",
version="1.0.34",
author="Dimo Angelov",
author_email="[email protected]",
description="Top2Vec learns jointly embedded topic, document and word vectors.",
Expand Down
2 changes: 1 addition & 1 deletion top2vec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from top2vec.Top2Vec import Top2Vec

__version__ = '1.0.33'
__version__ = '1.0.34'

0 comments on commit 7403993

Please sign in to comment.