Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jialuechen committed Jul 28, 2024
1 parent c4f1c01 commit e1a16e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion pytca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__title__ = 'pytca'
__version__ = '1.0.2'
__author__ = 'Jialue Chen'
__license__ = 'BSD 2-Clause'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pytca
version = 1.1.0
version = 1.2.0
description = Advanced Python Library for Transaction Cost Analysis
author = Jialue Chen
author_email = jialuechen@outlook.com
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from setuptools import setup, Extension,find_packages
from setuptools import setup,find_packages
from setuptools.command.build_ext import build_ext


setup(
name='pytca',
version='1.1.0',
version='1.2.0',
description='Python Library for Transaction Cost Analysis',
author='Jialue Chen',
author_email='jialuechen@outlook.com',
Expand Down

0 comments on commit e1a16e5

Please sign in to comment.