From 419dd2d1c76d691596200fc2da2a90620d867324 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 8 Aug 2021 04:14:59 +0200 Subject: [PATCH] v0.13.0 --- copyparty/__version__.py | 6 +++--- setup.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 6c5f40ef..55020d2d 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -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) diff --git a/setup.py b/setup.py index 4f60e992..d9241000 100755 --- a/setup.py +++ b/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",