Skip to content

Commit

Permalink
correct pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzq1234 committed Oct 15, 2024
1 parent 67e6077 commit 935455e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "treeprofiler"
description = "A command line tool to annotate and visualize metadata in phylogenetic tree."
version = "1.2.4"
version = "1.2.4.1"
authors = [
{ name="Ziqi Deng", email="[email protected]" },
{ name="Jaime Huerta-Cepas", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_files(directory):
file_list.append(file_path)
return file_list

VERSION = '1.2.4'
VERSION = '1.2.4.1'
install_requires = ['ete4', 'selenium', 'biopython','scipy']
example_files = get_files('examples/')
test_files = get_files('tests/')
Expand Down

0 comments on commit 935455e

Please sign in to comment.