Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 29, 2021
1 parent 9c27a6b commit ff1b060
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ include HISTORY.rst
include LICENSE
include README.rst

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

graft py3langid/data/
graft tests/

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

# recursive-include conf.py Makefile make.bat *.jpg *.png *.gif
# recursive-include docs *.rst
2 changes: 1 addition & 1 deletion py3langid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .langid import classify, rank, set_languages

__version__ = '0.1.2'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_long_description():
long_description=get_long_description(),
python_requires='>=3.6',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit ff1b060

Please sign in to comment.