From 62d43f7e268e25e550e11630ead796971b14ae7b Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Mon, 25 Nov 2024 11:45:12 -0500 Subject: [PATCH] Version 1.6 on main --- piff/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piff/_version.py b/piff/_version.py index 7196561d..c94f607b 100644 --- a/piff/_version.py +++ b/piff/_version.py @@ -12,5 +12,5 @@ # this list of conditions and the disclaimer given in the documentation # and/or other materials provided with the distribution. -__version__ = '1.5' +__version__ = '1.6' __version_info__ = tuple(map(int, __version__.split('.')))