Skip to content

Commit 539ec3c

Browse files
committed
Bump version to 4.0.2
1 parent a8c6895 commit 539ec3c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Active development for this script has ended. Issues will no longer be looked in
33

44

55
# PyInstaLive
6-
![Version 4.0.1](https://img.shields.io/badge/Version-4.0.1-orange.svg)
6+
![Version 4.0.2](https://img.shields.io/badge/Version-4.0.2-orange.svg)
77
![Python 3.6+](https://img.shields.io/badge/Python-3.6%2B-3776ab.svg)
88

99

@@ -45,7 +45,7 @@ Make sure all tools are accessible via command line (added to your PATH if on Wi
4545

4646
Run the following command in your command line (might need to be run as administrator on Windows):
4747
```bash
48-
pip install git+https://github.com/dvingerh/PyInstaLive.git@4.0.1
48+
pip install git+https://github.com/dvingerh/PyInstaLive.git@4.0.2
4949
```
5050

5151
## Usage
@@ -82,7 +82,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
8282
> pyinstalive -d "janedoe"
8383
8484
---------------------------------------------------------------------------
85-
[I] PYINSTALIVE (SCRIPT V4.0.1 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM
85+
[I] PYINSTALIVE (SCRIPT V4.0.2 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM
8686
---------------------------------------------------------------------------
8787
An existing login session file was found: johndoe.dat
8888
Checking the validity of the saved login session.

pyinstalive/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class Constants:
5-
SCRIPT_VERSION = "4.0.1"
5+
SCRIPT_VERSION = "4.0.2"
66
PYTHON_VERSION = sys.version.split(" ")[0]
77
CONFIG_TEMPLATE = """
88
[pyinstalive]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'dvingerh'
44
__email__ = 'dirk.ving@gmail.com'
5-
__version__ = '4.0.1'
5+
__version__ = '4.0.2'
66

77

88
long_description = 'This Python script enables you to download ongoing Instagram livestreams as a video file.'

0 commit comments

Comments
 (0)