From 089904dff5355808b5c64dabe97c7a63da4aafb8 Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Sat, 18 Jul 2020 21:04:48 -0500 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35a9f3f..c55eea7 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Utilities", ], description = "binary diff and patch using the BSDIFF4-format",