Bump version to 2.0.0
This commit is contained in:
parent
ce80647bbb
commit
1e04769e9d
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="gptc",
|
name="gptc",
|
||||||
version="1.0.0",
|
version="2.0.0",
|
||||||
description="General-purpose text classifier",
|
description="General-purpose text classifier",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user