From 54e2b6a582329da51bd132580b5213b5a4374512 Mon Sep 17 00:00:00 2001 From: Farrell Aultman Date: Sat, 30 Dec 2023 10:38:04 -0600 Subject: [PATCH] fix bug in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69ba0a3..256159e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pinkfish', - version='2.1.1', + version='2.1.2', description='A backtester and spreadsheet library for security analysis.', author='Farrell Aultman', author_email='fja0568@gmail.com',