From 498f6e9acf8cbea7c448ac01a622f316e8834c05 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 May 2023 18:24:41 +1000 Subject: [PATCH] prepare for 1.8.62 bad upload from twine on 1.8.61 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1d6d7679d..5e657e18f0 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os, platform, sys -version = "1.8.61" +version = "1.8.62" def package_files(directory): paths = []