diff --git a/setup.py b/setup.py index d4288b8..21055fd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pyesapi', - version='0.2.4', + version='0.2.5', description='A customized Python interface to Eclipse Scripting API', long_description='Leverages the pythonnet project to interface with dotnet CLI to launch a stand-alone instance of ESAPI runtime. Helper functions and classes have been added to return numpy arrays and manage collections (of IEnumerable).', author='Michael M. Folkerts',