From 0f4f6a17169f318ac0f0d627492a992d7f3e126b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 11 Jan 2022 18:21:22 +0100 Subject: [PATCH] Version 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f733bc..01288cd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="syndicate-py", - version="0.7.2", + version="0.8.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="GNU General Public License v3 or later (GPLv3+)",