Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Sep 11, 2018
1 parent d3584c2 commit 274b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__maintainer__ = 'Tyler Barrus'
__email__ = 'barrust@gmail.com'
__license__ = 'MIT'
__version__ = '0.0.3'
__version__ = '0.0.4'
__url__ = 'https://github.com/barrust/pyomdbapi'
__bugtrack_url__ = '{0}/issues'.format(__url__)
__all__ = ['OMDB', 'OMDBException', 'OMDBNoResults', 'OMDBLimitReached', 'OMDBTooManyResults']

0 comments on commit 274b743

Please sign in to comment.