Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fizxmike readme patch plus release action #30

Merged
merged 18 commits into from
Jul 20, 2024
Prev Previous commit
Update setup.py
  • Loading branch information
fizxmike authored Jul 20, 2024
commit 1c5030ba589c3e0ea2e4adc067552ddd45dd574a
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pyesapi',
version='0.2.3',
version='0.2.4',
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',
Expand Down