Watts-Lab / team_comm_tools

An open-source Python library that turns multiparty conversational data into social-science backed features.
https://teamcommtools.seas.upenn.edu/
MIT License
3 stars 5 forks source link

Expose team_comm_tools.__version__ #318

Open JamesPHoughton opened 1 month ago

JamesPHoughton commented 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.

https://peps.python.org/pep-0396/

xehu commented 1 month ago

Good point!! Will implement this in the next release :)