yuce / pyswip

PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.
MIT License
465 stars 96 forks source link

Fix Issue 71 - version regex #72

Closed prologrules closed 4 years ago

prologrules commented 4 years ago

Fixing version regex, issue 71 https://github.com/yuce/pyswip/issues/71

yuce commented 4 years ago

@prologrules Thanks for your contribution.