From 93683188ee211446c1bff7b2419139a531de21d1 Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Tue, 23 Jan 2018 22:33:10 +0100 Subject: [PATCH] Release version 0.0.3 --- bplustree/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'