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