1
0

Compare commits

..

No commits in common. "fc17571a1c6f0298530183b318bca36c910b4ef0" and "0d48b448ec031ee33fc0439b88d0811dc746474e" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -4,9 +4,7 @@
# Finance Definitions
![Test program/library](https://gitfub.space/Jmaa/fin-defs/actions/workflows/python-test.yml/badge.svg) ![Codequality (Ruff)](https://gitfub.space/Jmaa/fin-defs/actions/workflows/python-ruff.yml/badge.svg)
# Finance Definitions.
Python library defining base types for financial processing.
@ -23,6 +21,7 @@ Defined hierarchy:
- `Index`
- `Commodity`
## Dependencies
All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.1.44'
__version__ = '0.1.43'