Skip to content

Commit e324007

Browse files
committed
Bump version: 1.2.1 → 1.2.2
1 parent 710aaa7 commit e324007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='sopel_modules.stocks',
30-
version='1.2.1',
30+
version='1.2.2',
3131
description='Sopel Stocks Plugin',
3232
long_description=readme + '\n\n' + history,
3333
long_description_content_type='text/markdown', # This is important!

sopel_modules/stocks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
__author__ = 'Rusty Bower'
1010
__email__ = '[email protected]'
11-
__version__ = '1.2.1'
11+
__version__ = '1.2.2'

0 commit comments

Comments
 (0)