From a7b5c69000f9fda3ebc28475acb6663ca796539d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 22 Jul 2022 17:02:41 +0200 Subject: [PATCH] Version 0.8.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20e86b1..e8350f9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="syndicate-py", - version="0.8.4", + version="0.8.5", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="GNU General Public License v3 or later (GPLv3+)",