diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d1433a1..179f708 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-10.15] + os: [ubuntu-20.04, windows-2019, macos-latest] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 74f9e5e..a7bcb5d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ libraries.append('m') setup(name="tree-influence", - version="0.1.5", + version="0.1.6", description="Influence Estimation for Gradient-Boosted Decision Trees", author="Jonathan Brophy", author_email="jonathanbrophy47@gmail.com",