is it possible to set a variable (like a version) ...
# general
b
is it possible to set a variable (like a version) in the main BUILD file or pants.toml and use that for other BUILD files in my monorepo? I want to have a single place to define the version and I thought that might be a good place.
I want to set a version on multiple python distributions 🙂
e
b
Thanks!