diff --git a/setup.py b/setup.py index 10b9ded..acd2fd8 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.weather', - version='1.2.3', + version='1.2.4', 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 e11bcdc..d18172a 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.2.3' +__version__ = '1.2.4'