Skip to content

Commit

Permalink
bumping to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyBower committed Apr 5, 2023
1 parent a9f0baa commit dbd75e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

__author__ = 'Rusty Bower'
__email__ = 'rusty@rustybower.com'
__version__ = '1.5.0'
__version__ = '1.5.1'

0 comments on commit dbd75e1

Please sign in to comment.