diff --git a/setup.py b/setup.py index e8065a4..54f4336 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="gptc", - version="1.0.0", + version="2.0.0", description="General-purpose text classifier", long_description=long_description, long_description_content_type="text/markdown",