Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 15, 2022
1 parent a9b6df2 commit 3db563a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cosymlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.10.5'
__version__ = '0.10.6'

from cosymlib.molecule import Molecule
from cosymlib.molecule.geometry import Geometry
Expand Down
16 changes: 8 additions & 8 deletions scripts/shape_map
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ elif args.m_custom_2:

if args.m_1 or args.m_custom_1:
plt = structure_set.print_minimum_distortion_path_shape(references[0],
references[1],
central_atom=args.central_atom,
min_dev=args.min_dev,
max_dev=args.max_dev,
min_gco=args.min_gco,
max_gco=args.max_gco,
num_points=args.n_points,
output=common_output)
references[1],
central_atom=args.central_atom,
min_dev=args.min_dev,
max_dev=args.max_dev,
min_gco=args.min_gco,
max_gco=args.max_gco,
num_points=args.n_points,
output=common_output)

if args.output_name is None:
plt.show()
Expand Down

0 comments on commit 3db563a

Please sign in to comment.