Skip to content

Commit

Permalink
bump version, update setup metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Antonellis committed Mar 2, 2021
1 parent 0c34ed7 commit 75bd9b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extra_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from extra_model._models import ExtraModel, extra_factory # noqa

__version__ = "0.2.0rc0"
__version__ = "0.2.0rc1"
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[metadata]
name = extra-model
version = attr: extra_model.__version__
url = https://github.com/wayfair-incubator/extra-model
author = Misha Balyasin
author_email = [email protected]
version = attr: extra_model.__version__
description = DESCRIPTION
description = Code to run the Extra algorithm for unsupervised topic extraction.
long_description = file: README.md
long_description_content_type = text/markdown
license = See LICENSE
license = MIT License
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Expand Down

0 comments on commit 75bd9b7

Please sign in to comment.