From 518a0c768345b3c887609ec32cf4aa0b36f9f4d6 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 30 Nov 2021 18:24:11 +0100 Subject: [PATCH] Version 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 634d550..0d63143 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="syndicate-py", - version="0.1.0", + version="0.2.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="GNU General Public License v3 or later (GPLv3+)",