瀏覽代碼

Bump version to 2.2.9

notcammy 7 年之前
父節點
當前提交
648c7ff365
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 4 4
      README.md
  2. 1 1
      pyinstalive/initialize.py
  3. 1 1
      setup.py

+ 4 - 4
README.md

@@ -1,5 +1,5 @@
 # PyInstaLive
-![Version 2.2.8](https://img.shields.io/badge/Version-2.2.8-pink.svg?style=for-the-badge)
+![Version 2.2.9](https://img.shields.io/badge/Version-2.2.9-pink.svg?style=for-the-badge)
 
 This script enables you to download Instagram livestreams as well as any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued. 
 
@@ -22,15 +22,15 @@ You need [ffmpeg](https://ffmpeg.org/download.html), [Git](https://git-scm.com/d
 
 Run the following command in command line (as administrator in Windows) / terminal:
 ```bash
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.8 --process-dependency-links
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.9 --process-dependency-links
 ```
 
 #### Updating
 
-To update PyInstaLive to the latest version (currently **2.2.8**) run the following command:
+To update PyInstaLive to the latest version (currently **2.2.9**) run the following command:
 
 ```bash
-pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.8 --process-dependency-links --upgrade
+pip install git+https://github.com/notcammy/PyInstaLive.git@2.2.9 --process-dependency-links --upgrade
 ```
 
 #### Specific versions

+ 1 - 1
pyinstalive/initialize.py

@@ -11,7 +11,7 @@ from .logger import log, seperator, supports_color
 from .downloader import main
 from .settings import settings
 
-script_version = "2.2.8"
+script_version = "2.2.9"
 python_version = sys.version.split(' ')[0]
 bool_values = {'True', 'False'}
 

+ 1 - 1
setup.py

@@ -2,7 +2,7 @@ from setuptools import setup
 
 __author__ = 'notcammy'
 __email__ = 'neus2benen@gmail.com'
-__version__ = '2.2.8'
+__version__ = '2.2.9'
 
 _api_version = '1.3.5'
 _api_extensions_version = '0.3.6'