Skip to content

Commit

Permalink
Bumped version to 0.3.1 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Oct 6, 2024
1 parent 816ff95 commit 81f2a53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

### 0.3.0 (Not Released)
### 0.3.1 (Not Released)

### 0.3.0

* Improve list representations, unicode support and multiple threading usage, see: [97](https://github.com/yuce/pyswip/pull/97). Contributed by Guglielmo Gemignani.
* Added PL_STRINGS_MARK to getAtomChars, fixes [102](https://github.com/yuce/pyswip/issues/102). Contributed by Vince Jankovics.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyswip"
version = "0.3.0"
version = "0.3.1"
description = "PySwip enables querying SWI-Prolog in your Python programs."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/pyswip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


# PySwip version
__VERSION__ = "0.3.0"
__VERSION__ = "0.3.1"

from pyswip.prolog import Prolog as Prolog
from pyswip.easy import *

0 comments on commit 81f2a53

Please sign in to comment.