Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyBower committed Feb 22, 2020
1 parent 92a9c57 commit 4ac2890
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.0.0',
version='1.0.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__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit 4ac2890

Please sign in to comment.