jckantor / TCLab

Software support for the Temperature Control Laboratory.
Apache License 2.0
13 stars 22 forks source link

Include version number in library #93

Closed alchemyst closed 6 years ago

alchemyst commented 6 years ago

It is very useful to have something like tclab.__version__ in order to query what version of the library has been installed.

jckantor commented 6 years ago

Added a file tclab/version.py to set version, imported via tclab/init.py, and used in setup.py and conf.py to provide single point of change. Updated DEVELOPMENT.rst with new instructions.