Skip to content

Commit

Permalink
Update setup.py, bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fizxmike authored Jul 29, 2024
1 parent 47ec0a0 commit 1aaaffb
Showing 1 changed file with 1 addition and 1 deletion.
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.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',
Expand Down

0 comments on commit 1aaaffb

Please sign in to comment.