From c87e147f135482b90b7cd1fed173d2ef39951c98 Mon Sep 17 00:00:00 2001 From: Dave Brondsema Date: Wed, 18 Oct 2023 12:32:01 -0400 Subject: [PATCH] version 1.6.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0a2f13..b5b7b5f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools from pathlib import Path -VERSION = '1.6.4' +VERSION = '1.6.5' INSTALL_REQUIRES = [ 'pymongo >= 3', 'blinker >= 1.2',