diff --git a/.github/workflows/publish2.yml b/.github/workflows/publish2.yml index f74f1e9..2f21e95 100644 --- a/.github/workflows/publish2.yml +++ b/.github/workflows/publish2.yml @@ -26,7 +26,6 @@ jobs: version: "10.0" - name: llvm path setup run: | - tree /llvm export LIBCLANG_PATH=${LLVM_PATH}/lib - name: Build wheels - x86_64 uses: messense/maturin-action@v1 @@ -71,7 +70,6 @@ jobs: working-directory: ${{ env.LLVM_PATH }}/lib - name: llvm path setup run: | - tree /llvm export LIBCLANG_PATH=${LLVM_PATH}/lib - name: Build wheels uses: messense/maturin-action@v1 diff --git a/Cargo.toml b/Cargo.toml index a93852f..38dff02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reasonable" -version = "0.2.1-alpha10" +version = "0.2.1-alpha11" authors = ["Gabe Fierro "] repository = "https://github.com/gtfierro/reasonable" homepage = "https://brickschema.org/" diff --git a/pyproject.toml b/pyproject.toml index f8a92a6..9f6b90b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasonable" -version = "0.2.1-a10" +version = "0.2.1-a11" description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile" authors = ["Gabe Fierro "] license = "bsd-3-clause"