Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Sep 25, 2023
1 parent 86bd27d commit 9047b85
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/monty.json.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion monty/__init__.py
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
setup(
name="monty",
packages=find_packages(),
version="2023.9.5",
version="2023.9.25",
extras_require={
"yaml": ["ruamel.yaml"],
},
Expand Down
Binary file modified tests/test_files/3000_lines.txt.gz
Binary file not shown.

0 comments on commit 9047b85

Please sign in to comment.