Brown paper bag situation. I simplified some of the source just before release of 2.2.0, which had the side effect that simplify
does not see the Mathematica backend... I have just pushed changes to github which fix this (and your example works with those fixes).
If you don't want to recompile, try
map_mma(_, "FullSimplify")
which does work with 2.2.0 (but is of course less clean because you can't switch back to Sympy easily).