diff --git a/docs/monty.json.md b/docs/monty.json.md index 7e9311ad..01cd855e 100644 --- a/docs/monty.json.md +++ b/docs/monty.json.md @@ -133,7 +133,7 @@ are encountered. If `strict` is false (true is the default), then control characters will be allowed inside strings. Control characters in this context are those with character codes in the 0-31 range, -including `'\\\\t'` (tab), `'\\\\n'`, `'\\\\r'` and `'\\\\0'`. +including `'\\\\\\\\t'` (tab), `'\\\\\\\\n'`, `'\\\\\\\\r'` and `'\\\\\\\\0'`. # Add it as a *cls* keyword when using json.load diff --git a/monty/__init__.py b/monty/__init__.py index b80b0851..f40b9f74 100644 --- a/monty/__init__.py +++ b/monty/__init__.py @@ -7,7 +7,7 @@ __author__ = "Shyue Ping Ong" __copyright__ = "Copyright 2014, The Materials Virtual Lab" -__version__ = "2023.9.5" +__version__ = "2023.9.25" __maintainer__ = "Shyue Ping Ong" __email__ = "ongsp@ucsd.edu" __date__ = "Oct 12 2020" diff --git a/setup.py b/setup.py index 8cbb5bd3..fe2918ba 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="monty", packages=find_packages(), - version="2023.9.5", + version="2023.9.25", extras_require={ "yaml": ["ruamel.yaml"], }, diff --git a/tests/test_files/3000_lines.txt.gz b/tests/test_files/3000_lines.txt.gz index 64f78d9d..474ce451 100644 Binary files a/tests/test_files/3000_lines.txt.gz and b/tests/test_files/3000_lines.txt.gz differ