From e23fac64fdc22baae8d28933e6cc06238c1d1b5d Mon Sep 17 00:00:00 2001 From: Florimond Husquinet Date: Sat, 30 May 2020 12:47:07 +0200 Subject: [PATCH] Update version to 2.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62afcad..b7bf569 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="emitter-io", - version="2.2.0", + version="2.3.0", author="Florimond Husquinet", author_email="florimond@emitter.io", description="A Python library to interact with the Emitter API.",