Skip to content

Commit 76513f4

Browse files
committed
updating version
1 parent 4df43a2 commit 76513f4

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.25'
32+
release = '1.0.26'
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.25",
9+
version="1.0.26",
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.25'
3+
__version__ = '1.0.26'

0 commit comments

Comments
 (0)