Skip to content

Commit

Permalink
bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brantfaircloth committed Jul 18, 2023
1 parent b28ee1b commit 150b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phyluce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import subprocess

__version__ = "1.7.2"
__version__ = "1.7.3"
__default_config__ = os.path.join(sys.prefix, "phyluce/config/phyluce.conf")
__default_workflow_dir__ = os.path.join(sys.prefix, "phyluce/workflows")

Expand Down

0 comments on commit 150b47c

Please sign in to comment.