From c2c39a57fa66925fff30f87d8e2a86e36511cc02 Mon Sep 17 00:00:00 2001 From: Jialue Chen Date: Sat, 27 Jul 2024 22:53:51 -0400 Subject: [PATCH] update version --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2db8a9e..2248c70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytca -version = 1.2.0 +version = 1.2.1 description = Advanced Python Library for Transaction Cost Analysis author = Jialue Chen author_email = jialuechen@outlook.com diff --git a/setup.py b/setup.py index 8a1b69f..735a569 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pytca', - version='1.2.0', + version='1.2.1', description='Python Library for Transaction Cost Analysis', author='Jialue Chen', author_email='jialuechen@outlook.com',