From 7dd1e3f818d740153cac9a9a468d21a17e46c045 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Jul 2023 10:00:56 +1000 Subject: [PATCH] prepare for 1.8.63 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e657e18f0..9c4ce1a7b2 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os, platform, sys -version = "1.8.62" +version = "1.8.63" def package_files(directory): paths = []