Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatten5 committed Feb 19, 2023
1 parent bfd4022 commit 65ebea5
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 87 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phylm"
version = "6.1.2"
version = "6.1.3"
description = "Phylm"
authors = ["Dom Batten <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/vcr_cassettes/tmdb/no_results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ interactions:
body: null
headers: {}
method: GET
uri: https://api.themoviedb.org/3/search/movie?api_key=9017d5457c4e8ec5f0999d1b10012ae1&language=en-US&query=asldkjnkasnxlajsnxkasjxnas&include_adult=false&region=US&page=1
uri: https://api.themoviedb.org/3/search/movie?api_key=9017d5457c4e8ec5f0999d1b10012ae1&language=en-US&query=asldkjnkasnxlajsnxkasjxnas&include_adult=false&page=1
response:
body:
string: '{"page":1,"results":[],"total_pages":0,"total_results":0}'
Expand Down
Loading

0 comments on commit 65ebea5

Please sign in to comment.