From 7cfabeb60374cb1784a323715747bc5ac5bfa60e Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Tue, 2 Jun 2020 13:13:54 +0100 Subject: [PATCH] Release 1.3.1 --- clifford/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clifford/_version.py b/clifford/_version.py index e88ee234..697294e5 100644 --- a/clifford/_version.py +++ b/clifford/_version.py @@ -5,4 +5,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module -__version__ = '1.3.0' +__version__ = '1.3.1'