diff --git a/zdict/constants.py b/zdict/constants.py index b4b46325..3530e543 100644 --- a/zdict/constants.py +++ b/zdict/constants.py @@ -1,7 +1,7 @@ import os -VERSION = '0.10.2' +VERSION = '0.10.3' BASE_DIR_NAME = '.zdict' BASE_DIR = os.path.join(os.path.expanduser("~"), BASE_DIR_NAME)