Skip to content

Commit

Permalink
VERSION 0.6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Nov 26, 2023
1 parent 26e7e5c commit 82a5189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
matrix:
os:
- windows-latest
- macos-12
- macos-13
- macos-latest
python-version:
- "3.7"
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion pymoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.6.1.1"
2 changes: 1 addition & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@pytest.mark.long
@pytest.mark.parametrize('ipynb', IPYNBS)
def test_docs(ipynb, pytestconfig):
overwrite = pytestconfig.getoption("overwrite", True)
overwrite = pytestconfig.getoption("overwrite", False)
KERNEL = start_new_kernel(kernel_name='python3')
run_ipynb(KERNEL, ipynb, overwrite=overwrite, remove_trailing_empty_cells=True)
assert True

0 comments on commit 82a5189

Please sign in to comment.