From 2c61763dbb33f28c60b98cb1a1c525d0886a0049 Mon Sep 17 00:00:00 2001 From: Jack Roberts Date: Tue, 2 Jan 2024 21:01:55 +0000 Subject: [PATCH] v1.3.1 --- distinctipy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distinctipy/__init__.py b/distinctipy/__init__.py index f53d8ad..ab4264a 100644 --- a/distinctipy/__init__.py +++ b/distinctipy/__init__.py @@ -12,7 +12,7 @@ name = "distinctipy" -__version__ = "1.3.0" +__version__ = "1.3.1" # Expose these module names and their internals in the top-level API __external__ = ["distinctipy"]