From 2f83d167de3bdcc6fc6c0f59e65d0d0cbfbce1bc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 27 Feb 2024 14:14:58 +1100 Subject: [PATCH] prepare for 1.8.70 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9089678b0..6eb2ea285a 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os, platform, sys -version = "1.8.69" +version = "1.8.70" def package_files(directory): paths = []