Skip to content

Commit

Permalink
Bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar-j committed Jun 8, 2021
1 parent 784df40 commit 50a3b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To add FullContact Python Client library to your project, add the below line to
requirement in the `setup.py` file.

```
python-fullcontact==3.0.1
python-fullcontact==3.0.2
```

# Installation
Expand Down
2 changes: 1 addition & 1 deletion fullcontact/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]

__name__ = "python-fullcontact"
__version__ = "3.0.1"
__version__ = "3.0.2"
__author__ = "FullContact"
__author_email__ = "pypy@fullcontact.com"
__description__ = "Client library for FullContact V3 Enrich and Resolve APIs"
Expand Down

0 comments on commit 50a3b70

Please sign in to comment.