Skip to content

Commit

Permalink
update release version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSchopf committed Jul 20, 2021
1 parent 2d69eaf commit 8c2e658
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![](https://img.shields.io/pypi/v/lbl2vec.svg)](https://pypi.org/project/lbl2vec/)
[![](https://img.shields.io/pypi/l/lbl2vec.svg)](https://github.com/sebischair/Lbl2Vec/blob/main/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/lbl2vec/badge/?version=latest)](https://lbl2vec.readthedocs.io/en/latest/?badge=latest)

Lbl2Vec
=======

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Tim Schopf'

# The full version, including alpha/beta/rc tags
release = '1.0'
release = '1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lbl2vec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from lbl2vec.lbl2vec import Lbl2Vec

__version__ = '1.0'
__version__ = '1.0.1'
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

setuptools.setup(
name='lbl2vec',
version='1.0',
version='1.0.1',
url='https://github.com/sebischair/Lbl2Vec',
license='BSD 3-Clause "New" or "Revised" License',
author='Tim Schopf',
author_email='[email protected]',
description='Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with predefined topics from an unlabeled document corpus.',
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 8c2e658

Please sign in to comment.