This release adds a new `OSCClient` class to go with the existing `OSCServer`.
Remember (I'm saying this mostly for myself), is OSC parlance:
* OSC Client -- sends OSC messages, `microosc.OSCClient` is a UDP sender (unicast/multicast)
* OSC Server -- receives OSC messages, `microosc.OSCServer` is a UDP receiver (unicast/multicast)
This package now has both. See the `examples` folder for how to use both