Skip to content

Commit

Permalink
Update version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jan 6, 2025
1 parent 7fa44e3 commit 91bab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ async def main():
args = parser.parse_args()
if args.debug:
logging.getLogger("emd").setLevel(logging.DEBUG)
logging.info("*** xiaoya_emd version 1.5.8 ***")
logging.info("*** xiaoya_emd version 1.6.0 ***")
paths = []
if args.all:
paths = s_paths_all
Expand Down

0 comments on commit 91bab7a

Please sign in to comment.