1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
fc17571a1c 🤖 Bumped version to 0.1.44
Some checks failed
Package Python / Package (push) Successful in 25s
Python Ruff Code Quality / ruff (push) Failing after 24s
Run Python tests (through Pytest) / Test (push) Successful in 27s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:05:01 +01:00
32bf60229f 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:03:50 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,9 @@
# Finance Definitions.
# 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)
Python library defining base types for financial processing.
@ -21,7 +23,6 @@ Defined hierarchy:
- `Index`
- `Commodity`
## Dependencies
All requirements can be installed easily using:

View File

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