python-disposable 0.0.1__tar.gz → 0.0.2__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.4
2
2
  Name: python-disposable
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Check if an email address or domain belongs to a disposable/temporary email service. Bundles 72k+ domains from disposable/disposable-email-domains.
5
5
  Project-URL: Source, https://github.com/disposable/disposable-email-domains
6
6
  License: MIT
@@ -30,7 +30,7 @@ Bundles **72,000+ domains** from [disposable/disposable-email-domains](https://g
30
30
  ## Installation
31
31
 
32
32
  ```bash
33
- pip install disposable-email-check
33
+ pip install python-disposable
34
34
  ```
35
35
 
36
36
  ## Usage
@@ -7,7 +7,7 @@ Bundles **72,000+ domains** from [disposable/disposable-email-domains](https://g
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- pip install disposable-email-check
10
+ pip install python-disposable
11
11
  ```
12
12
 
13
13
  ## Usage
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.0.1'
32
- __version_tuple__ = version_tuple = (0, 0, 1)
31
+ __version__ = version = '0.0.2'
32
+ __version_tuple__ = version_tuple = (0, 0, 2)
33
33
 
34
34
  __commit_id__ = commit_id = None