diff --git a/setup.py b/setup.py index 3d884d9..42e1247 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # TODO: Add the Support to Download the ffmpeg file using the install function from the config.py while giving the user ability to not downloading it. like pip install vidiopy --no-ffmpeg-install or pip install vidiopy[no_ffmpeg_install] or any thing else. -__version__ = Path("vidiopy/__version__.py").read_text().strip().split('"')[1][:-1] +__version__ = Path("vidiopy/__version__.py").read_text().strip().split('"')[1] with open(Path(r"./README.md")) as f: long_description = f.read() diff --git a/vidiopy/__version__.py b/vidiopy/__version__.py index 493f741..8e14150 100644 --- a/vidiopy/__version__.py +++ b/vidiopy/__version__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.00"