------------------ - Updated module loading to prevent duplicates of modules. - Updated ``LOAD_ATTR`` parsing to fix bug with multiple ``LOAD_ATTR`` in one statement - Updated tests for compatibility with ``neo-python`` changes
0.4.7
------------------ - Add support for python opcodes ``DUP_TOP_TWO``, ``ROT_THREE``, and ``ROT_TWO``
0.4.6
------------------ - Add support for Enumerator/Iterator interop methods in NEO
0.4.5
------------------ - update tests for changes in neo-python
0.4.4
------------------ - remove support for JUMP_IF_TRUE_OR_POP and JUMP_IF_FALSE_OR_POP - add support for NEP7 triggers
0.4.3
------------------ - add support for JUMP_IF_TRUE_OR_POP and JUMP_IF_FALSE_OR_POP