File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ tmdbsimple
33
44![ Python package] ( https://github.com/celiao/tmdbsimple/workflows/build/badge.svg )
55![ codecov] ( https://img.shields.io/codecov/c/github/celiao/tmdbsimple )
6- ![ pypi] ( https://img.shields.io/pypi/pyversions/tmdbsimple?v=2.9.5 )
7- ![ pypi] ( https://img.shields.io/pypi/v/tmdbsimple?v=2.9.5 )
6+ ![ pypi] ( https://img.shields.io/pypi/pyversions/tmdbsimple?v=2.9.6 )
7+ ![ pypi] ( https://img.shields.io/pypi/v/tmdbsimple?v=2.9.6 )
88
99A wrapper for The Movie Database API v3
1010---------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " tmdbsimple"
7- version = " 2.9.5 "
7+ version = " 2.9.6 "
88authors = [
99 { name = " Celia Oakley" , email = " celia.oakley@alumni.stanford.edu" },
1010]
Original file line number Diff line number Diff line change 1717"""
1818
1919__title__ = 'tmdbsimple'
20- __version__ = '2.9.5 '
20+ __version__ = '2.9.6 '
2121__author__ = 'Celia Oakley'
2222__copyright__ = 'Copyright (c) 2013-2026 Celia Oakley'
2323__license__ = 'GPLv3'
You can’t perform that action at this time.
0 commit comments