Skip to content

Commit

Permalink
bump version to 0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Sep 28, 2024
1 parent 74a2fd1 commit 4b68f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-13, macos-latest]
os: [ubuntu-22.04, windows-2022, macos-latest]

steps:
# Note: the action happens inside a docker image
Expand All @@ -42,7 +42,7 @@ jobs:
CIBW_BEFORE_TEST: pip install -r test_requirements.txt
CIBW_TEST_COMMAND: cd {package} && pytest vmprof jitlog -vv
CIBW_TEST_COMMAND_WINDOWS: cd /d {package} && pytest vmprof jitlog -vv
CIBW_TEST_SKIP: "*-*{linux_{aarch64,ppc64le,s390x},macos_x86_64}"
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x}"

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run(self):
name='vmprof',
author='vmprof team',
author_email='fijal@baroquesoftware.com',
version="0.4.17",
version="0.4.18",
packages=find_packages(),
description="Python's vmprof client",
long_description='See https://vmprof.readthedocs.org/',
Expand Down

0 comments on commit 4b68f67

Please sign in to comment.