From a75ed69ec26ab4d7355fedc98f3b06ec7633e65e Mon Sep 17 00:00:00 2001 From: Rusty Bower Date: Tue, 1 Nov 2022 15:07:53 -0500 Subject: [PATCH] bumping to v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e272e7a..cd470ae 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.stocks', - version='1.1.3', + version='1.2.0', description='Sopel Stocks Plugin', long_description=readme + '\n\n' + history, long_description_content_type='text/markdown', # This is important!