From 2e3376a783ef768e2d9472ae1b22389ca179d70f Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 25 Dec 2021 11:35:37 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a3603d..6bfc9c8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="syndicate-py", - version="0.5.0", + version="0.6.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="GNU General Public License v3 or later (GPLv3+)",