mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
v1.0.5
This commit is contained in:
parent
59be76cd44
commit
eacbcda8e5
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 0, 4)
|
||||
VERSION = (1, 0, 5)
|
||||
CODENAME = "sufficient"
|
||||
BUILD_DT = (2021, 9, 19)
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# coding: utf-8
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import re
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
|
|
Loading…
Reference in a new issue