agentops
agentops copied to clipboard
Use semantic package versioning
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
dynamic meta to allows to infer package version via tags.
Basically agentops.__version__ assumes the latest checked out git tag, leveraging semantic conventions via package version control plugins such as versioningit or hatch-vcs