From 543901aba9f8344b77facec5b4110246d5bd4342 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 19 Jul 2023 08:02:23 +1000 Subject: [PATCH] prepare for 1.8.65 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1964196371..4aa9702bb6 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os, platform, sys -version = "1.8.64" +version = "1.8.65" def package_files(directory): paths = []