Skip to content

Commit e17ec76

Browse files
celiaoclaude
andcommitted
Update version to 2.9.6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 43deb14 commit e17ec76

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
A wrapper for The Movie Database API v3
1010
---------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tmdbsimple"
7-
version = "2.9.5"
7+
version = "2.9.6"
88
authors = [
99
{ name = "Celia Oakley", email = "celia.oakley@alumni.stanford.edu" },
1010
]

tmdbsimple/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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'

0 commit comments

Comments
 (0)