i have a very simple python/typer program.
i also use the poetry as build tool.
This is a snippet of my pyproject.toml file:
name = "cat-cli"
version = "0.1.3"
description = "Cat Cli"
Is there a simple way get the version number specified in the toml file into my python program?
Thank you in advance
mypackage
? – Hypoblast