From da066461f66c6e7deedf354630899b815393836b Mon Sep 17 00:00:00 2001 From: HolyWu Date: Sun, 3 Oct 2021 16:38:25 +0800 Subject: [PATCH] Bump version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e7fcaea..427327e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vsbasicvsrpp -version = 1.2.0 +version = 1.3.0 author = HolyWu description = BasicVSR++ function for VapourSynth long_description = file: README.md @@ -16,7 +16,7 @@ classifiers = [options] zip_safe = False packages = find: -python_requires = >=3.7 +python_requires = >=3.6 install_requires = mmcv-full>=1.3.13 numpy