Bump version to 2.0.0

This commit is contained in:
Samuel Sloniker 2022-07-14 15:46:59 -07:00
parent ce80647bbb
commit 1e04769e9d

View File

@ -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",