Skip to content

Commit 2435731

Browse files
committed
updating version
1 parent a221cfd commit 2435731

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.35'
32+
release = '1.0.36'
3333

3434

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

setup.py

Lines changed: 1 addition & 1 deletion
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.35",
9+
version="1.0.36",
1010
author="Dimo Angelov",
1111
author_email="[email protected]",
1212
description="Top2Vec learns jointly embedded topic, document and word vectors.",

top2vec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from top2vec.top2vec import Top2Vec
22

3-
__version__ = '1.0.35'
3+
__version__ = '1.0.36'

0 commit comments

Comments
 (0)