Skip to content

Commit

Permalink
Update to version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
celiao committed Jul 18, 2020
1 parent c421d2f commit 31a5e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tmdbsimple/__init__.py
Expand Up @@ -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'
Expand Down

0 comments on commit 31a5e53

Please sign in to comment.