Skip to content

Commit a71d8c5

Browse files
anupriyatripathiElDeveloper
authored andcommitted
Versioneering (#98)
* deleting old test data * add version history
1 parent ae5e534 commit a71d8c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

q2_qemistree/plugin_setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# The full license is in the file LICENSE, distributed with this software.
77
# ----------------------------------------------------------------------------
8+
import q2_qemistree
89
import importlib
910
from ._fingerprint import (compute_fragmentation_trees,
1011
rerank_molecular_formulas,
@@ -24,7 +25,7 @@
2425

2526
plugin = Plugin(
2627
name='qemistree',
27-
version='0.0.0',
28+
version=q2_qemistree.__version__,
2829
website='https://github.com/biocore/q2-qemistree',
2930
package='q2_qemistree',
3031
description='Hierarchical orderings for mass spectrometry data',

0 commit comments

Comments
 (0)