BYU-PRISM / GEKKO

GEKKO Python for Machine Learning and Dynamic Optimization
https://machinelearning.byu.edu
Other
580 stars 103 forks source link

GEKKO does not have a __version__ attribute #57

Closed billtubbs closed 5 years ago

billtubbs commented 5 years ago

I noticed that the gekko package does not have a version attribute as most standard packages do.

>>> import numpy
>>> numpy.__version__
'1.16.2'
>>> import gekko
>>> gekko.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'gekko' has no attribute '__version__'
APMonitor commented 5 years ago

Added gekko.version in 0.2rc4.