bumped version to 5.0.0-beta4

This commit is contained in:
k4yt3x 2022-02-17 03:52:04 +00:00
parent 9f73e75f17
commit 672c9b8652

View File

@ -19,12 +19,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
Name: Package Init
Author: K4YT3X
Date Created: July 3, 2021
Last Modified: February 11, 2022
Last Modified: February 16, 2022
"""
# version assignment has to precede imports to
# prevent setup.cfg from producing import errors
__version__ = "5.0.0-beta3"
__version__ = "5.0.0-beta4"
# local imports
from .video2x import Video2X