Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Jun 3, 2022
1 parent 7799e7e commit fdad1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3

__version__ = '2.1.2'
__version__ = '2.1.3'
__author__ = "Jie Zhu, Fangming Yang"
2 changes: 1 addition & 1 deletion metapi/snakefiles/mag_wf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import pandas as pd
from pprint import pprint
from snakemake.utils import min_version

min_version(7.0)
min_version("7.0")

shell.executable("bash")

Expand Down

0 comments on commit fdad1f3

Please sign in to comment.