Skip to content

Commit

Permalink
Update version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
celiao committed Jan 21, 2021
1 parent 1e0f986 commit 493b868
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.7.0',
version='2.8.0',
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.7.0',
download_url='https://github.com/celiao/tmdbsimple/tarball/2.8.0',
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.7.0'
__version__ = '2.8.0'
__author__ = 'Celia Oakley'
__copyright__ = 'Copyright (c) 2013-2020 Celia Oakley'
__license__ = 'GPLv3'
Expand Down

0 comments on commit 493b868

Please sign in to comment.