Skip to content

Commit

Permalink
Merge pull request Coramin#90 from michaelbynum/updates
Browse files Browse the repository at this point in the history
forgot the version number
  • Loading branch information
michaelbynum authored Sep 5, 2023
2 parents b50d84d + 89516c5 commit 2d989f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name='coramin',
version='0.2.5.dev0',
version='0.3.2',
packages=find_packages(),
ext_modules=[],
description='Coramin: Pyomo tools for MINLP',
Expand All @@ -21,5 +21,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent"])

0 comments on commit 2d989f2

Please sign in to comment.