Remove the version number from bytestring.

It used to be a separate module, now it's in voussoirkit.
This commit is contained in:
Ethan Dalool 2020-02-17 23:42:07 -08:00
parent d3d4eae8f6
commit 7713e735cc

View file

@ -3,8 +3,6 @@ import sys
from voussoirkit import pipeable
__VERSION__ = '0.0.1'
BYTE = 1
KIBIBYTE = 1024 * BYTE
MIBIBYTE = 1024 * KIBIBYTE