Skip to content

Commit

Permalink
New version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wartaal authored Aug 9, 2022
1 parent 0bf28eb commit 48a2c97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="HanTa",
version="0.1.1",
version="0.2.1",
author="Christian Wartena",
author_email="[email protected]",
description="Hannover Tagger: Morphological Analysis and POS Tagging",
Expand All @@ -18,5 +18,10 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Natural Language :: German",
"Topic :: Text Processing :: Linguistic",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers"
],
)

0 comments on commit 48a2c97

Please sign in to comment.