From 3952b3ed753386ccaec66a2a5ab2fed2ac118624 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 2 Oct 2020 18:52:06 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8aa05b..b514e64 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ author_email = "wonderfall@protonmail.com", url = "https://github.com/Wonderfall/apychal", license = "Public Domain", - version = "1.9.6", + version = "1.9.7", keywords = ['tournaments', 'challonge'], packages = find_packages(), platforms=['any'],