From 0957fc7ab291390fb98fad068595979f55155427 Mon Sep 17 00:00:00 2001
From: David Huss <dh@atoav.com>
Date: Sun, 31 Oct 2021 14:44:01 +0100
Subject: [PATCH] Import * at __init__

---
 common_config/__init__.py | 4 ++--
 pyproject.toml            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common_config/__init__.py b/common_config/__init__.py
index 4dab5b8..574af41 100644
--- a/common_config/__init__.py
+++ b/common_config/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.1.0'
-import common_config.common
\ No newline at end of file
+__version__ = '0.1.1'
+from common_config.common import *
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index e8281c8..63ba201 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "common-config"
-version = "0.1.0"
+version = "0.1.1"
 description = "A config library for eigenservice"
 authors = ["David Huss <dh@atoav.com>"]
 
-- 
GitLab