diff --git a/jsondb/__init__.py b/jsondb/__init__.py index cd958ba..de0a66a 100644 --- a/jsondb/__init__.py +++ b/jsondb/__init__.py @@ -4,7 +4,7 @@ from .db import Database -__version__ = '0.1.5' +__version__ = '0.1.6' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/jsondb'