Skip to content

Commit 9b6a1e7

Browse files
committed
fix warnings for Python 3.7 to 3.9
1 parent 015f4bc commit 9b6a1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# ------------------------------------------------------------------------------
3838
metadata = dict(
3939
name = "bitstream",
40-
version = "2.6.0.dev0",
40+
version = "2.6.0",
4141
description = "Binary Data for Humans",
4242
url = "https://github.com/boisgera/bitstream",
4343
author = u"Sébastien Boisgérault",

0 commit comments

Comments
 (0)