From a6ed1b5661ee1947c7eb334fce86c3a8942784eb Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 22 Dec 2020 18:27:25 +0100 Subject: [PATCH] v1.1.7 --- r0c/__version__.py | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/r0c/__version__.py b/r0c/__version__.py index a51705c..edc51c0 100644 --- a/r0c/__version__.py +++ b/r0c/__version__.py @@ -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) diff --git a/setup.py b/setup.py index 6ef45dd..d5d4a90 100755 --- a/setup.py +++ b/setup.py @@ -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",