Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbot committed Apr 29, 2024
1 parent 81a2d36 commit a38d0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Make sure `pip install flit twine` so you can build and deploy to PyPI.
5. Run `flit publish` to upload it to PyPI

### Version History
* __v2.0.2__ - respect domain filters on Media Cloud searches
* __v2.0.1__ - more work on caching strategies
* __v2.0.0__ - change CachingManager interface to support online news providers better
* __v1.0.1__ - fix default timeout option that applies across all providers
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mc-providers"
version = "2.0.1"
version = "2.0.2"
authors = [
{name = "Paige Gulley", email = "[email protected]"},
{name = "Rahul Bhargava", email = "[email protected]"},
Expand Down

0 comments on commit a38d0fd

Please sign in to comment.