Skip to content

Commit d3b8f92

Browse files
authored
Merge pull request #37 from dengzq1234/main
hide names
2 parents 0d7a661 + 7f5f33c commit d3b8f92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

treeprofiler/treeprofiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
from treeprofiler import tree_plot
88

99

10-
__author__ = 'Ziqi DENG'
10+
__author__ = 'anonymous'
1111
__license__ = "GPL v3"
12-
__email__ = 'dengziqi1234@gmail.com'
12+
__email__ = 'anonymous@gmail.com'
1313
__version__ = '1.1.0'
1414
__date__ = '14-07-2023'
1515
__description__ = ('A program for profiling metadata on target '

0 commit comments

Comments
 (0)