Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyBower committed Mar 7, 2020
1 parent 2c3ae7b commit da95d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.weather',
version='1.0.2',
version='1.1.0',
description='A working re-implementation of the weather module for Sopel',
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

__author__ = 'Rusty Bower'
__email__ = '[email protected]'
__version__ = '1.0.2'
__version__ = '1.1.0'

0 comments on commit da95d15

Please sign in to comment.