Open JamesPHoughton opened 1 month ago
One standard for Python libraries is to expose the version number with syntax like: team_comm_tools.__version__ - this makes it easy to check what version is running when you import a package.
team_comm_tools.__version__
https://peps.python.org/pep-0396/
Good point!! Will implement this in the next release :)
One standard for Python libraries is to expose the version number with syntax like:
team_comm_tools.__version__
- this makes it easy to check what version is running when you import a package.https://peps.python.org/pep-0396/