Skip to content

Commit 8836d2a

Browse files
committed
update version
1 parent 8c6e299 commit 8836d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "treeprofiler"
77
description = "A command line tool to annotate and visualize metadata in phylogenetic tree."
8-
version = "2.0.3"
8+
version = "2.0.4"
99
authors = [
1010
{ name="Ziqi Deng", email="dengziqi1234@gmail.com" },
1111
{ name="Jaime Huerta-Cepas", email="jhcepas@gmail.com" },

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_files(directory):
1111
file_list.append(file_path)
1212
return file_list
1313

14-
VERSION = '2.0.3'
14+
VERSION = '2.0.4'
1515
install_requires = ['ete4', 'selenium', 'biopython','scipy']
1616
example_files = get_files('examples/')
1717
test_files = get_files('tests/')

0 commit comments

Comments
 (0)