From 0232d691450ad237e8ecc552cd3b0f095586c9e6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 7 Jan 2019 15:08:28 +0000 Subject: [PATCH] 0.1.2 Automatically generated by python-semantic-release --- refchef/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refchef/__init__.py b/refchef/__init__.py index 24f97dd..7319920 100644 --- a/refchef/__init__.py +++ b/refchef/__init__.py @@ -2,7 +2,7 @@ from dotenv import load_dotenv import oyaml as yaml -__version__ = '0.1.1' +__version__ = '0.1.2' # load dotenv in the base root APP_ROOT = os.path.join(os.path.dirname(__file__), '..') # refers to application_top