Skip to content

Commit 046c247

Browse files
setup
1 parent 8f7bb4c commit 046c247

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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

src/optimisation_algorithms.egg-info/SOURCES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ src/optimisation_algorithms/benchmark_functions/gradients.py
2121
src/optimisation_algorithms/benchmark_functions/imports.py
2222
src/optimisation_algorithms/benchmark_functions/many_local_minimums.py
2323
src/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

src/optimisation_algorithms/exceptions/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)