diff --git a/setup.py b/setup.py index deaf0b8..a792d82 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="crudlib", - version="1.0.0", + version="1.0.1", author="Zheng", author_email="zxyful@gmail.com", description="One API, More Database.", @@ -31,15 +31,14 @@ "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", - "Topic :: Text Processing :: Indexing", "Topic :: Utilities", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: MIT License", "Natural Language :: English", - # "Programming Language :: Python", 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ] )