From 9b6a1e70ff310ed688a736ff03cad55ba569e345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Boisg=C3=A9rault?= Date: Tue, 22 Dec 2020 13:15:54 +0100 Subject: [PATCH] fix warnings for Python 3.7 to 3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9616371..ee019a6 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ # ------------------------------------------------------------------------------ metadata = dict( name = "bitstream", - version = "2.6.0.dev0", + version = "2.6.0", description = "Binary Data for Humans", url = "https://github.com/boisgera/bitstream", author = u"Sébastien Boisgérault",