Skip to content

Commit 20f67ab

Browse files
committed
set IS_RELEASED to True
1 parent c5e8201 commit 20f67ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
MAJOR = 1
1717
MINOR = 1
1818
MICRO = 0
19-
ISRELEASED = False
19+
ISRELEASED = True
2020
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2121

2222

@@ -419,6 +419,7 @@ def setup_package():
419419
"Programming Language :: Python :: 3.5",
420420
"Programming Language :: Python :: 3.6",
421421
"Programming Language :: Python :: 3.7",
422+
"Programming Language :: Python :: 3.8",
422423
"Topic :: Software Development :: Libraries :: Python Modules"
423424
],
424425
platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],

0 commit comments

Comments
 (0)