From 31a5e5363c14476821d33e2414ccf4afb3ac2494 Mon Sep 17 00:00:00 2001 From: Celia Oakley Date: Fri, 17 Jul 2020 22:41:56 -0700 Subject: [PATCH] Update to version 2.5.3 --- setup.py | 4 ++-- tmdbsimple/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 88e1ec9..581c44c 100644 --- a/setup.py +++ b/setup.py @@ -10,14 +10,14 @@ setup( name='tmdbsimple', - version='2.5.2', + version='2.5.3', author='Celia Oakley', author_email='celia.oakley@alumni.stanford.edu', description='A Python wrapper for The Movie Database API v3', keywords=['movie', 'the movie database', 'movie database', 'tmdb', 'wrapper', 'database', 'themoviedb', 'moviedb', 'api'], url='https://github.com/celiao/tmdbsimple', - download_url='https://github.com/celiao/tmdbsimple/tarball/2.5.2', + download_url='https://github.com/celiao/tmdbsimple/tarball/2.5.3', packages=['tmdbsimple'], long_description=long_description, long_description_content_type="text/markdown", diff --git a/tmdbsimple/__init__.py b/tmdbsimple/__init__.py index 855e894..b024abf 100644 --- a/tmdbsimple/__init__.py +++ b/tmdbsimple/__init__.py @@ -17,7 +17,7 @@ """ __title__ = 'tmdbsimple' -__version__ = '2.5.2' +__version__ = '2.5.3' __author__ = 'Celia Oakley' __copyright__ = 'Copyright (c) 2013-2020 Celia Oakley' __license__ = 'GPLv3'