diff --git a/setup.py b/setup.py index eb541ff24..a67674b52 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ MAJOR = 1 MINOR = 1 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) @@ -419,6 +419,7 @@ def setup_package(): "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries :: Python Modules" ], platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],