From 9c0322f56ce6d5b3932c1aca25c49ec65982ca3c Mon Sep 17 00:00:00 2001 From: Simatwa Date: Sun, 23 Apr 2023 23:57:50 +0300 Subject: [PATCH] Fix bug - update v1.5.3 --- setup.py | 2 +- yt5/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1daa4a4..d33ffe1 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup -from GPTCLI import __version__, __author__, __repo__, __info__ +from yt5 import __version__, __author__, __repo__, __info__ setup( name="yt5", diff --git a/yt5/__init__.py b/yt5/__init__.py index f6e88e9..7a60865 100644 --- a/yt5/__init__.py +++ b/yt5/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.1" +__version__ = "1.5.3" __author__ = "Smartwa Caleb" __repo__ = "https://github.com/Simatwa/yt5" __info__ = "Download YouTube Videos and Audios" \ No newline at end of file