Metadata-Version: 2.1
Name: openvela
Version: 0.1.3
Summary: 
Author: Joel Zamboni
Author-email: joel.zamboni@webera.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: ollama (>=0.1.9,<0.2.0)
Description-Content-Type: text/markdown

# OpenVela

## Objectives

## How to publish a new release

Change the version on `pyproject.toml`

Execute these commands when pushing from your local to the remote repo

```
git add .
git commit -m "Your message"
git tag -a TAG -m "Your message"
git push origin TAG
```
