https://github.com/spirali/kitt
https://github.com/spirali/kitt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spirali/kitt
- Owner: spirali
- License: mit
- Created: 2020-07-19T14:11:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T17:08:09.000Z (about 2 years ago)
- Last Synced: 2025-08-06T13:54:16.774Z (10 months ago)
- Language: Python
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Machine learning toolkit

## Development
When you make a change, run the following script:
```bash
$ python3 ./scripts/bump-version [major|minor|patch]
```
It will update the version, tag it and push it.