Skip to content

Commit 6792a5a

Browse files
committed
Added docstring for migration. Incremented version.
1 parent 4afc2a1 commit 6792a5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sfsimodels/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.5"
1+
__version__ = "0.9.6"

sfsimodels/files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def to_dict(self):
289289

290290

291291
def migrate_ecp(in_ffp, out_ffp):
292+
"""Migrates and ECP file to the current version of sfsimodels"""
292293
objs, meta_data = load_json_and_meta(in_ffp)
293294
ecp_output = Output()
294295
for m_type in objs:

0 commit comments

Comments
 (0)