diff --git a/refchef/__init__.py b/refchef/__init__.py index 1cbbced..24f97dd 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.0' +__version__ = '0.1.1' # load dotenv in the base root APP_ROOT = os.path.join(os.path.dirname(__file__), '..') # refers to application_top