diff --git a/pymitter.py b/pymitter.py index 52fcafd..f043756 100644 --- a/pymitter.py +++ b/pymitter.py @@ -15,7 +15,7 @@ __contact__ = "https://github.com/riga/pymitter" __license__ = "BSD-3-Clause" __status__ = "Development" -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = ["EventEmitter", "Listener"]