theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Add version.py #105

Closed FanwangM closed 2 years ago

FanwangM commented 3 years ago

The current configuration will allow a user to see the package version after import Procrustes. It also supports the automatic update package version for the sphinx website.

FanwangM commented 3 years ago

Thanks, @fwmeng88. I will wait for merging this PR, as it overlaps with what I am doing for conda/pip release which already takes care of version number, etc.

Makes sens. Thank you!