Skip to content

Commit

Permalink
change version string
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Feb 23, 2024
1 parent a680180 commit 2b3e78a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions calphy/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
from pyscal3.core import structure_dict, element_dict, _make_crystal
from ase.io import read, write
import shutil
from calphy import __version__ as calphy_version

__version__ = "1.3.1"

def read_report(folder):
"""
Expand Down Expand Up @@ -664,7 +665,7 @@ def generate_metadata():
metadata["software"] = {}
metadata["software"]["name"] = "calphy"
metadata["software"]["doi"] = "10.5281/zenodo.10527452"
metadata["software"]["version"] = calphy_version
metadata["software"]["version"] = __version__
metadata["software"]["repository"] = "https://github.com/ICAMS/calphy"
metadata["software"]["webpage"] = "https://calphy.org/"

Expand Down

0 comments on commit 2b3e78a

Please sign in to comment.