From f15cd5b58f37607535f44aad81cdfa465f4e82c1 Mon Sep 17 00:00:00 2001 From: Frederick Price Date: Mon, 18 Nov 2024 16:22:57 -0500 Subject: [PATCH] REMOVE THIS This is for testing to figure out why things are breaking during build In particular, it seems to think this is a pre-release rather than a release because there are too many dotted numbers. I'm trying to determine if it works when it doesn't think its a pre-release. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0c600675b42..fb6269c99ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 68.0.0.1 +version = 68.0.999 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages