From 61a9db495c5543b84f64ae735a6c255b838a12d0 Mon Sep 17 00:00:00 2001 From: Rusty Bower Date: Mon, 21 Feb 2022 19:57:42 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1=20=E2=86=92=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- sopel_modules/weather/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cfacf6c..ff6ce15 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.weather', - version='1.3.1', + version='1.4.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', diff --git a/sopel_modules/weather/__init__.py b/sopel_modules/weather/__init__.py index 250f8f3..07d297d 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.3.1' +__version__ = '1.4.0'