GINsim / GINsim-python

Python bindings for GINsim and bioLQM
3 stars 2 forks source link

Provide method to get the versions of GINsim, GINsim-python, biolqm #12

Open jonrkarr opened 3 years ago

jonrkarr commented 3 years ago

The version of the package is typically stored in the package (e.g., ginsim.__version__). It would also be helpful to be able to get the active versions of the GINsim and bioqlm.

pauleve commented 3 years ago

Having access to a version number for GINsim would be very useful, especially to distinguish among all the beta versions.. @aurelien-naldi can you add this easily? For beta versions you could append the YYYYMMDD date or increase a release number..

I'll restore the __version__ attribute for the python package.