1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
93851fca37 🤖 Bumped version to 0.1.23
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 30s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 27s
Package Python / Package (push) Successful in 24s
Python Ruff Code Quality / ruff (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-06 12:41:05 +01:00
9255d4648d 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-06 12:40:03 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -124,7 +124,9 @@ most mature on the danish market, and does support KuCoin.
## Dependencies ## Dependencies
All requirements can be installed easily using: This project requires [Python](https://www.python.org/) 3.8 or newer.
All required libraries can be installed easily using:
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt

View File

@ -1 +1 @@
__version__ = '0.1.22' __version__ = '0.1.23'