Skip to content

Commit

Permalink
growth factor calculation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tamilselvanarjun committed Mar 17, 2024
1 parent d9389e0 commit 4e19c7d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file removed dist/finmodels-2.0.2-py3-none-any.whl
Binary file not shown.
Binary file removed dist/finmodels-2.0.2.tar.gz
Binary file not shown.
Binary file added dist/finmodels-2.0.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/finmodels-2.0.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion finmodels.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: finmodels
Version: 2.0.2
Version: 2.0.3
Summary: finmodels is a Python package that provides various financial models for analysis and optimization.
Home-page: https://github.com/arjunlimat/finmodels
Author: Tamilselvan_Arjunan
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='finmodels',
version='2.0.2',
version='2.0.3',
packages=find_packages(),
install_requires=[
'numpy',
Expand Down

0 comments on commit 4e19c7d

Please sign in to comment.