diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 21bdf3e..27c6069 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,11 +37,9 @@ jobs: run: | git submodule update --init --recursive - name: Set up Visual Studio shell - uses: egor-tensin/vs-shell@v2 + uses: ilammy/msvc-dev-cmd@v1 with: arch: x64 - - name: setup msvc command - uses: ilammy/msvc-dev-cmd@v1 - name: Build run: | sh build.sh diff --git a/setup.py b/setup.py index 4612c79..34cb329 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def run(self): 'build_ext': CustomBuildExt, 'build': CustomBuild, }, - version='0.1.0', + version='0.1.1', author="Dimitri Justeau-Allaire, Charles Prud'homme", author_email="dimitri.justeau@gmail.com, charles.prudhomme@imt-atlantique.fr", description="Python bindings to the Choco Constraint Programming solver",