Skip to content

Commit 12f436f

Browse files
Fix the Schema example in README
1 parent 57184b3 commit 12f436f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ For example:
1212

1313
The model file.
1414
```
15+
from schema import Use, And
16+
1517
SCHEMA_CONFIG = {
1618
"core":{
1719
"logging":{

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="python-json-config-parser",
8-
version="1.0.0",
8+
version="1.0.1",
99
author="Bruno Silva de Andrade",
1010
author_email="brunojf.andrade@gmail.com",
1111
description="Project created to given the possibility of create dynamics Json config files",

0 commit comments

Comments
 (0)