diff --git a/setup.py b/setup.py index 98b60ca..d5eb818 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.weather', - version='1.5.0', + version='1.5.1', description='A working re-implementation of the weather module for Sopel', long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst', diff --git a/sopel_modules/weather/__init__.py b/sopel_modules/weather/__init__.py index 701b459..f73581a 100644 --- a/sopel_modules/weather/__init__.py +++ b/sopel_modules/weather/__init__.py @@ -8,4 +8,4 @@ __author__ = 'Rusty Bower' __email__ = 'rusty@rustybower.com' -__version__ = '1.5.0' +__version__ = '1.5.1'