BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 26 forks source link

__version__ was mapped to a lambda #432

Closed dilawar closed 3 years ago

dilawar commented 3 years ago

moose.__version__ was mapped to a function call. Now moose.__version__ returns the output of moose.version() rather than a function object.