Skip to content

Commit c7c2f05

Browse files
authored
Bump version to v0.3.3 (#196)
1 parent 0e9a952 commit c7c2f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyswip"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
description = "PySwip enables querying SWI-Prolog in your Python programs."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/pyswip/prolog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def consult(
392392
path = resolve_path(path, relative_to)
393393
next(
394394
cls.query(
395-
str(path.as_posix()).join(["consult('", "')"]), catcherrors=catcherrors
395+
path.as_posix().join(["consult('", "')"]), catcherrors=catcherrors
396396
)
397397
)
398398

0 commit comments

Comments
 (0)