From 7713e735cc38d92f011da7e8c879acf271ed82ef Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 17 Feb 2020 23:42:07 -0800 Subject: [PATCH] Remove the version number from bytestring. It used to be a separate module, now it's in voussoirkit. --- voussoirkit/bytestring.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/voussoirkit/bytestring.py b/voussoirkit/bytestring.py index 1cedc8e..b2f8fde 100644 --- a/voussoirkit/bytestring.py +++ b/voussoirkit/bytestring.py @@ -3,8 +3,6 @@ import sys from voussoirkit import pipeable -__VERSION__ = '0.0.1' - BYTE = 1 KIBIBYTE = 1024 * BYTE MIBIBYTE = 1024 * KIBIBYTE