diff --git a/bplustree/const.py b/bplustree/const.py index 4c0fe6e..dbaff2a 100644 --- a/bplustree/const.py +++ b/bplustree/const.py @@ -1,6 +1,6 @@ from collections import namedtuple -VERSION = '0.0.3.dev1' +VERSION = '0.0.3' # Endianess for storing numbers ENDIAN = 'little'