--------------------------
* main class is now 'uberdict.udict' (was 'uberdict.UberDict')
* changes to how dotted keys are handled (dots have no special meaning for 'getattr', 'setattr', 'hasattr', 'delattr' but do for 'get' and '__getitem__' and friends)
* improved README docs and examples
* more tests