From 5f8179180616f3cd333aa84f3a2488ea25151996 Mon Sep 17 00:00:00 2001
From: Rusty Bower <rusty@rustybower.com>
Date: Thu, 2 Nov 2023 10:30:20 -0500
Subject: [PATCH] bumping to v1.6.0

---
 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 d5eb818..fa22620 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
 
 setup(
     name='sopel_modules.weather',
-    version='1.5.1',
+    version='1.6.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 f73581a..a515437 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.1'
+__version__ = '1.6.0'