diff --git a/docs/conf.py b/docs/conf.py index f7838e9..a9aa385 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ author = 'Dimo Angelov' # The full version, including alpha/beta/rc tags -release = '1.0.35' +release = '1.0.36' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2fca01f..9109c57 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="top2vec", packages=["top2vec"], - version="1.0.35", + version="1.0.36", author="Dimo Angelov", author_email="dimo.angelov@gmail.com", description="Top2Vec learns jointly embedded topic, document and word vectors.", diff --git a/top2vec/__init__.py b/top2vec/__init__.py index d4383e6..19e70d1 100644 --- a/top2vec/__init__.py +++ b/top2vec/__init__.py @@ -1,3 +1,3 @@ from top2vec.top2vec import Top2Vec -__version__ = '1.0.35' +__version__ = '1.0.36'