Skip to content

Commit

Permalink
Update version number for Python wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-ehopkins committed Oct 11, 2024
1 parent 8cbd544 commit 99c498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_interface/python_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def finalize_options(self):
name="aoclda",
cmdclass={'bdist_wheel': spec_bdist_wheel},
long_description="AOCL-DA Python Interfaces",
version="4.2.1",
version="5.0.0",
packages=find_packages(),
include_package_data=True,
package_data={'aoclda': dep_libs},
Expand Down

0 comments on commit 99c498b

Please sign in to comment.