mirror of https://github.com/9001/r0c.git
v1.1.7
This commit is contained in:
parent
4eec48e1e6
commit
a6ed1b5661
|
@ -1,5 +1,5 @@
|
||||||
VERSION = (1, 1, 6)
|
VERSION = (1, 1, 7)
|
||||||
BUILD_DT = (2020, 12, 19)
|
BUILD_DT = (2020, 12, 22)
|
||||||
|
|
||||||
S_VERSION = ".".join(map(str, VERSION))
|
S_VERSION = ".".join(map(str, VERSION))
|
||||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -137,6 +137,7 @@ args = {
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: IronPython",
|
"Programming Language :: Python :: Implementation :: IronPython",
|
||||||
"Programming Language :: Python :: Implementation :: Jython",
|
"Programming Language :: Python :: Implementation :: Jython",
|
||||||
|
|
Loading…
Reference in New Issue