diff --git a/pyesapi/__init__.py b/pyesapi/__init__.py index 589491e..af90d49 100644 --- a/pyesapi/__init__.py +++ b/pyesapi/__init__.py @@ -73,6 +73,7 @@ # clr.AddReference('System.Collections') clr.AddReference('VMS.TPS.Common.Model.API') # clr.AddReference('VMS.TPS.Common.Model') + clr.AddReference('VMS.TPS.Common.Model.Types') # the bad stuff import System diff --git a/setup.py b/setup.py index 21055fd..e4afcdb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pyesapi', - version='0.2.5', + version='0.2.6', 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',