From 21a71780d8dc4d79249194d7f774d19e2bf7f76b Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Thu, 21 May 2026 13:29:10 +0200 Subject: [PATCH] Bump version to 1.4.0 Release the modernization work: ruff for linting/formatting, Python >=3.10 only (drops 3.8/3.9), and typeguard >=3 (drops the 2.x series). Dropping those Python versions and raising the typeguard floor are breaking changes, hence the minor bump. Co-Authored-By: Claude Opus 4.7 (1M context) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f95ddbd..dcdd91d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name="zookeeper", - version="1.3.4", + version="1.4.0", author="Plumerai", author_email="opensource@plumerai.com", description="A small library for managing deep learning models, hyper-parameters and datasets",