diff --git a/pyfeeds/__init__.py b/pyfeeds/__init__.py index 291bb2d8188a2d207d035cf716107cf0306655ab..ea50d8c9d7f9e6bb2d6b6fd5484ac0e5120dd733 100644 --- a/pyfeeds/__init__.py +++ b/pyfeeds/__init__.py @@ -5,7 +5,7 @@ # Author: Paul McCarthy <pauldmccarthy@gmail.com> # -__version__ = '0.12.2' +__version__ = '0.12.3' """The pyfeeds version number. """ @@ -20,5 +20,7 @@ from .evaluate import ( evalImage, evalNumericalText, evalVectorImage, - evalMD5 + evalMD5, + cmpArrays, + cmpVectorArrays )