Skip to content

Commit

Permalink
doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 2, 2017
1 parent 95e4a19 commit 7786243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ Units Schema
initial:
crystallographic:
volume: 924.62752781 A ** 3
volume: 924.62752781 Å ** 3
primitive:
volume: 462.313764 A ** 3
volume: 462.313764 Å ** 3
optimised:
crystallographic:
volume: 1063.98960509 A ** 3
volume: 1063.98960509 Å ** 3
primitive:
volume: 531.994803 A ** 3
volume: 531.994803 Å ** 3
.. code:: python
Expand Down
2 changes: 1 addition & 1 deletion jsonextended/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"""

__version__ = '0.1.2.12'
__version__ = '0.1.2.13'

from jsonextended.core import (get_test_path,json_keys,json_to_dict, dict_to_json,
dict_pprint,dict_extract,dict_multiindex, dict_rename_keys,
Expand Down

0 comments on commit 7786243

Please sign in to comment.