From f888bed1a6c23566bcf64c9908e5c41586ff8fe7 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 9 Oct 2021 22:29:23 +0200 Subject: [PATCH] v1.0.9 --- copyparty/__version__.py | 4 ++-- scripts/sfx.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 2d8e7b59..1cf18630 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 0, 8) +VERSION = (1, 0, 9) CODENAME = "sufficient" -BUILD_DT = (2021, 10, 4) +BUILD_DT = (2021, 10, 9) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/scripts/sfx.py b/scripts/sfx.py index 7ec8dfb9..28272514 100644 --- a/scripts/sfx.py +++ b/scripts/sfx.py @@ -9,7 +9,7 @@ import subprocess as sp to edit this file, use HxD or "vim -b" (there is compressed stuff at the end) -run me with any version of python, i will unpack and run copyparty +run me with python 2.7 or 3.3+ to unpack and run copyparty there's zero binaries! just plaintext python scripts all the way down so you can easily unpack the archive and inspect it for shady stuff