Skip to content

Commit

Permalink
setup.py to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasnicar committed Feb 6, 2024
1 parent 8b6ee90 commit ab10e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
install_reqs = ["biopython", "dendropy", "matplotlib", "numpy", "pandas", "seaborn"]

setuptools.setup(name='PhyloPhlAn',
version='3.0.3',
version='3.1',
author='Francesco Asnicar',
author_email='[email protected]',
url='http://github.com/biobakery/phylophlan',
Expand All @@ -30,7 +30,7 @@
'phylophlan = phylophlan.phylophlan:phylophlan_main',
'phylophlan_draw_metagenomic = phylophlan.phylophlan_draw_metagenomic:phylophlan_draw_metagenomic',
'phylophlan_get_reference = phylophlan.phylophlan_get_reference:phylophlan_get_reference',
'phylophlan_metagenomic = phylophlan.phylophlan_metagenomic:phylophlan_metagenomic',
'phylophlan_assign_sgbs = phylophlan.phylophlan_assign_sgbs:phylophlan_metagenomic',
'phylophlan_setup_database = phylophlan.phylophlan_setup_database:phylophlan_setup_database',
'phylophlan_strain_finder = phylophlan.phylophlan_strain_finder:phylophlan_strain_finder',
'phylophlan_write_config_file = phylophlan.phylophlan_write_config_file:phylophlan_write_config_file'
Expand Down

0 comments on commit ab10e5c

Please sign in to comment.