ingestor

the VS Component Handles ingesting process

Tagging

This repository uses bump2version for managing tags. To bump a version use

bump2version --new-version <new_version> # or bump2version <major|minor|patch>
git push && git push --tags