# HG changeset patch # User Peter Sanchez # Date 1604274070 28800 # Sun Nov 01 15:41:10 2020 -0800 # Node ID 8f08bd9d2a621dca9c34479593db7c2fc748adb0 # Parent 795413bc25926a0da973bc60685625fc771776d8 Version bump diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ conf.load() train = conf.get("train") train_models = train.get_all("model") + trail_models[0].get("lines-served") ## Contributing diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -24,6 +24,7 @@ conf.load() train = conf.get("train") train_models = train.get_all("model") + trail_models[0].get("lines-served") Contributing ------------ diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="py-scfg", - version="0.1.0", + version="0.1.1", packages=find_packages(), description="Module to read scfg formatted configuration files.", author="Peter Sanchez",