From e64490e20f6605ae25e472163168c6f44c3ea624 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Thu, 6 Mar 2025 03:12:41 +0000 Subject: [PATCH] Bump version for a release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 240d9c85..f725b138 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup import sys -version = '1.3.0' +version = '1.3.1' # Provided as an attribute, so you can append to these instead