This commit is contained in:
ed 2020-12-22 18:27:25 +01:00
parent 4eec48e1e6
commit a6ed1b5661
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION = (1, 1, 6)
BUILD_DT = (2020, 12, 19)
VERSION = (1, 1, 7)
BUILD_DT = (2020, 12, 22)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View File

@ -137,6 +137,7 @@ args = {
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: IronPython",
"Programming Language :: Python :: Implementation :: Jython",