install rife directly from PyPI; changed setuptools to pdm

This commit is contained in:
k4yt3x
2022-02-27 02:39:48 +00:00
parent 0b154a715c
commit 8cb64d3b70
2 changed files with 4 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ Last Modified: February 16, 2022
# version assignment has to precede imports to
# prevent setup.cfg from producing import errors
__version__ = "5.0.0-beta4"
__version__ = "5.0.0-beta5"
# local imports
from .video2x import Video2X