Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Oct 20, 2024
1 parent eaf07c3 commit e2a5d62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
pyproject-build

clean:
rm -rf dist build pyswip.egg-info
rm -rf dist build pyswip.egg-info src/pyswip.egg-info/

coverage:
PYTHONPATH=src py.test tests --verbose --cov=pyswip
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.1"
version = "0.3.2"
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 @@ -19,7 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

__VERSION__ = "0.3.1"
__VERSION__ = "0.3.2"

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

0 comments on commit e2a5d62

Please sign in to comment.