From bc68e131f9fa7fa41316c4c6b0f7a03ebd6a3397 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Thu, 29 Dec 2016 13:35:17 -0500 Subject: [PATCH] Update version to 0.1.7 --- jsondb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsondb/__init__.py b/jsondb/__init__.py index de0a66a..d63d39b 100644 --- a/jsondb/__init__.py +++ b/jsondb/__init__.py @@ -4,7 +4,7 @@ from .db import Database -__version__ = '0.1.6' +__version__ = '0.1.7' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/jsondb'