diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8b1eda1e..ef4c90780 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,10 +46,6 @@ stages: displayName: Build wheels - task: PublishBuildArtifacts@1 inputs: {pathtoPublish: 'nl-writer2/nlwpy/wheelhouse'} - -- stage: qemu - displayName: 'Build with QEMU' - jobs: - job: qemu pool: {vmImage: 'Ubuntu-20.04'} strategy: diff --git a/nl-writer2/setup.py b/nl-writer2/setup.py index 87e14e5fb..3148ca749 100644 --- a/nl-writer2/setup.py +++ b/nl-writer2/setup.py @@ -4,7 +4,7 @@ import pybind11 import glob -__version__ = "0.0.1" +__version__ = "0.0.1b0" # The main interface is through Pybind11Extension. # * You can add cxx_std=11/14/17, and then build_ext can be removed.