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",