File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
pyproject-build
5
5
6
6
clean :
7
- rm -rf dist build pyswip.egg-info
7
+ rm -rf dist build pyswip.egg-info src/pyswip.egg-info/
8
8
9
9
coverage :
10
10
PYTHONPATH=src py.test tests --verbose --cov=pyswip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " pyswip"
7
- version = " 0.3.1 "
7
+ version = " 0.3.2 "
8
8
description = " PySwip enables querying SWI-Prolog in your Python programs."
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
Original file line number Diff line number Diff line change 19
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
20
# SOFTWARE.
21
21
22
- __VERSION__ = "0.3.1 "
22
+ __VERSION__ = "0.3.2 "
23
23
24
24
from pyswip .prolog import Prolog as Prolog
25
25
from pyswip .easy import *
You can’t perform that action at this time.
0 commit comments