File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
optimisation_algorithms.egg-info
optimisation_algorithms/exceptions Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3535 # For a discussion on single-sourcing the version across setup.py and the
3636 # project code, see
3737 # https://packaging.python.org/guides/single-sourcing-package-version/
38- version = "1.1.0 " , # Required
38+ version = "1.1.1 " , # Required
3939 # This is a one-line description or tagline of what your project does. This
4040 # corresponds to the "Summary" metadata field:
4141 # https://packaging.python.org/specifications/core-metadata/#summary
Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ src/optimisation_algorithms/benchmark_functions/gradients.py
2121src/optimisation_algorithms/benchmark_functions/imports.py
2222src/optimisation_algorithms/benchmark_functions/many_local_minimums.py
2323src/optimisation_algorithms/benchmark_functions/other.py
24- src/optimisation_algorithms/benchmark_functions/tests.py
24+ src/optimisation_algorithms/benchmark_functions/tests.py
25+ src/optimisation_algorithms/exceptions/FailedToConverge.py
26+ src/optimisation_algorithms/exceptions/__init__.py
You can’t perform that action at this time.
0 commit comments