Skip to content

Commit

Permalink
new package version preps
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtrp committed Apr 18, 2021
1 parent 58f61ad commit 284ce41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ license = MIT
url = https://github.com/maximtrp/bitermplus
keywords = topic model, machine learning, nlp
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Text Processing :: General

[options]
zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion src/bitermplus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.3'
__version__ = '0.6.4'

from bitermplus._btm import BTM
from bitermplus._util import *
Expand Down

0 comments on commit 284ce41

Please sign in to comment.