mirror of
https://github.com/9001/copyparty.git
synced 2025-08-16 16:42:13 -06:00
v0.13.0
This commit is contained in:
parent
ee86b06676
commit
419dd2d1c7
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 12, 12)
|
||||
CODENAME = "fil\033[33med"
|
||||
BUILD_DT = (2021, 8, 6)
|
||||
VERSION = (0, 13, 0)
|
||||
CODENAME = "future-proof"
|
||||
BUILD_DT = (2021, 8, 8)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
1
setup.py
1
setup.py
|
@ -99,6 +99,7 @@ args = {
|
|||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Environment :: Console",
|
||||
|
|
Loading…
Reference in a new issue