Skip to content

Commit

Permalink
Bump version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvingerh committed Jun 28, 2022
1 parent a8c6895 commit 539ec3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Active development for this script has ended. Issues will no longer be looked in


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


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

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

## Usage
Expand Down Expand Up @@ -82,7 +82,7 @@ Below is an example of PyInstaLive's output after downloading a livestream:
> pyinstalive -d "janedoe"
---------------------------------------------------------------------------
[I] PYINSTALIVE (SCRIPT V4.0.1 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM
[I] PYINSTALIVE (SCRIPT V4.0.2 - PYTHON V3.8.10) - 06-10-2022 05:02:02 PM
---------------------------------------------------------------------------
An existing login session file was found: johndoe.dat
Checking the validity of the saved login session.
Expand Down
2 changes: 1 addition & 1 deletion pyinstalive/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class Constants:
SCRIPT_VERSION = "4.0.1"
SCRIPT_VERSION = "4.0.2"
PYTHON_VERSION = sys.version.split(" ")[0]
CONFIG_TEMPLATE = """
[pyinstalive]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'dvingerh'
__email__ = 'dirk.ving@gmail.com'
__version__ = '4.0.1'
__version__ = '4.0.2'


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

0 comments on commit 539ec3c

Please sign in to comment.