We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64b8ac4 + be377ce commit a2ccc53Copy full SHA for a2ccc53
macq/extract/locm.py
@@ -720,7 +720,7 @@ def _step7(
720
print()
721
722
print("bindings:")
723
- pprint(bindings[sorts["rooma"]])
+ pprint(bindings)
724
725
726
bound_param_sorts = {
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = "0.3.2"
+VERSION = "0.3.3"
4
5
NAME = "macq"
6
0 commit comments