Skip to content

Commit

Permalink
Bump version: 1.2.3 → 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyBower committed Apr 11, 2021
1 parent d7474bd commit 37a81d9
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.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',
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.2.3'
__version__ = '1.2.4'

0 comments on commit 37a81d9

Please sign in to comment.