Skip to content

Commit

Permalink
Bump version: 1.1.2 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyBower committed Jul 10, 2020
1 parent 5f601da commit fa36b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.imdb',
version='1.1.2',
version='1.2.0',
description='A working re-implementation of the imdb module for Sopel',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown', # This is important!
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/imdb/__init__.py
Expand Up @@ -8,4 +8,4 @@

__author__ = 'Rusty Bower'
__email__ = 'rusty@rustybower.com'
__version__ = '1.1.2'
__version__ = '1.2.0'

0 comments on commit fa36b63

Please sign in to comment.