diff --git a/setup.py b/setup.py index fa22620..a83a7d7 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.weather', - version='1.6.0', + version='1.6.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 a515437..2d19ada 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.6.0' +__version__ = '1.6.1'