Skip to content

Commit bcaf22f

Browse files
committed
added email option
1 parent 41e900e commit bcaf22f

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,22 @@ Other command's
149149
Sumith Emmadi
150150
```
151151

152+
To print only email.
153+
154+
```bash
155+
~$ truecallerpy -s [number] --email
156+
157+
```
158+
159+
Other command's
160+
161+
```bash
162+
~$ truecallerpy -s [number] --email -r
163+
164+
165+
```
166+
167+
152168
#### To get only JSON output
153169

154170
```bash

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from setuptools import Command, find_packages, setup
3030

31-
version = "0.0.10"
31+
version = "0.0.11"
3232

3333
this_dir = abspath(dirname(__file__))
3434
with open(join(this_dir, 'README.md'), encoding='utf-8') as file:
@@ -43,8 +43,8 @@
4343
url = 'https://github.com/sumithemmadi/truecallerpy',
4444
author = 'Sumith Emmadi',
4545
author_email = '[email protected]',
46-
maintainer = "Sumith Emmadi",
47-
maintainer_email = "[email protected]",
46+
maintainer = "Sumith Emmadi,Shrikant Bache",
47+
maintainer_email = "[email protected] , [email protected]",
4848
license = 'MIT',
4949
license_file = "LICENSE",
5050
platforms = "any",

truecallerpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#====================================================================================
2525

2626
def truecallerpy_info():
27-
version = "0.0.10"
27+
version = "0.0.11"
2828
data = '''
2929
truecallerpy
3030
Version : {}

0 commit comments

Comments
 (0)