Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Nov 7, 2022
1 parent 8e2e8c9 commit d2ecfb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
- name: Symlink libclang.so (Linux)
if: contains(matrix.os, 'ubuntu')
run: sudo ln -s libclang-10.so.1 /lib/x86_64-linux-gnu/libclang.so
working-directory: ${{ env.LLVM_PATH }}/lib
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reasonable"
version = "0.2.1-alpha7"
version = "0.2.1-alpha8"
authors = ["Gabe Fierro <[email protected]>"]
repository = "https://github.com/gtfierro/reasonable"
homepage = "https://brickschema.org/"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reasonable"
version = "0.2.1-a7"
version = "0.2.1-a8"
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
authors = ["Gabe Fierro <[email protected]>"]
license = "bsd-3-clause"
Expand Down

0 comments on commit d2ecfb9

Please sign in to comment.