diff --git a/macq/extract/locm.py b/macq/extract/locm.py index 5de55b71..9042fa5f 100644 --- a/macq/extract/locm.py +++ b/macq/extract/locm.py @@ -720,7 +720,7 @@ def _step7( print() print("bindings:") - pprint(bindings[sorts["rooma"]]) + pprint(bindings) print() bound_param_sorts = { diff --git a/setup.py b/setup.py index 05b84602..549107f5 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.3.2" +VERSION = "0.3.3" NAME = "macq"