Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
manjavacas committed Apr 14, 2023
1 parent 8ae099f commit d020ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion melkit/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ def remove_comments(self, overwrite=False, new_file: str = None) -> None:
remove(src_file)
rename(new_file, src_file)


def id_search(self, obj_list: List[Object], id: str) -> Object:
'''
Searches for an input object (CV, FL...) by its ID in a list of input elements.
Expand Down
2 changes: 1 addition & 1 deletion melkit/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7.1
0.1.7.2

0 comments on commit d020ccb

Please sign in to comment.