Skip to content

Commit d2ecfb9

Browse files
committed
bump
1 parent 8e2e8c9 commit d2ecfb9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/publish2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
uses: KyleMayes/install-llvm-action@v1
6262
with:
6363
version: "10.0"
64+
- name: Symlink libclang.so (Linux)
65+
if: contains(matrix.os, 'ubuntu')
66+
run: sudo ln -s libclang-10.so.1 /lib/x86_64-linux-gnu/libclang.so
67+
working-directory: ${{ env.LLVM_PATH }}/lib
6468
- name: Build wheels
6569
uses: messense/maturin-action@v1
6670
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reasonable"
3-
version = "0.2.1-alpha7"
3+
version = "0.2.1-alpha8"
44
authors = ["Gabe Fierro <[email protected]>"]
55
repository = "https://github.com/gtfierro/reasonable"
66
homepage = "https://brickschema.org/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "reasonable"
3-
version = "0.2.1-a7"
3+
version = "0.2.1-a8"
44
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
55
authors = ["Gabe Fierro <[email protected]>"]
66
license = "bsd-3-clause"

0 commit comments

Comments
 (0)