From 5a1f8a377a27d4e39459d0f98bf13a11992a2b76 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 16 Dec 2023 12:40:20 +1100 Subject: [PATCH] prepare for 1.8.69 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 245c76e839..aa75ce4639 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os, platform, sys -version = "1.8.68" +version = "1.8.69" def package_files(directory): paths = []