DDownloader 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DDownloader
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A downloader for DRM-protected content.
5
5
  Home-page: https://github.com/ThatNotEasy/DDownloader
6
6
  Author: ThatNotEasy
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
 
23
23
  # Installation
24
24
  Use the package manager pip to install DDownloader.
25
- ```pip install DDownloader==0.1.4```
25
+ ```pip install DDownloader```
26
26
 
27
27
  # Usage
28
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DDownloader
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A downloader for DRM-protected content.
5
5
  Home-page: https://github.com/ThatNotEasy/DDownloader
6
6
  Author: ThatNotEasy
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
 
23
23
  # Installation
24
24
  Use the package manager pip to install DDownloader.
25
- ```pip install DDownloader==0.1.4```
25
+ ```pip install DDownloader```
26
26
 
27
27
  # Usage
28
28
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  # Installation
10
10
  Use the package manager pip to install DDownloader.
11
- ```pip install DDownloader==0.1.4```
11
+ ```pip install DDownloader```
12
12
 
13
13
  # Usage
14
14
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="DDownloader",
5
- version="0.1.5",
5
+ version="0.1.6",
6
6
  description="A downloader for DRM-protected content.",
7
7
  long_description=open("README.md").read(),
8
8
  long_description_content_type="text/markdown",
File without changes