From 005f5836a87ff4f1e358c1e1f7cb63c9b407f377 Mon Sep 17 00:00:00 2001 From: BeS Date: Wed, 21 Jul 2021 14:37:54 +0300 Subject: [PATCH] increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05702ce..3014178 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ readme = open('README.md').read() -VERSION = '2021.06.09.0' +VERSION = '2021.07.21.0' requirements = [ 'gdown',