File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""OnSite: Mass spectrometry post-translational modification localization tool."""
22
3- __version__ = "0.0.3 "
3+ __version__ = "0.0.5 "
44__author__ = "BigBio Stack"
55__license__ = "MIT"
66
Original file line number Diff line number Diff line change 2121from onsite .id_io import load_identifications , save_identifications
2222
2323@click .group ()
24- @click .version_option (version = "0.0.4 " )
24+ @click .version_option (version = "0.0.5 " )
2525def cli ():
2626 """
2727 OnSite: Mass spectrometry post-translational modification localization tool
Original file line number Diff line number Diff line change 11[project ]
22name = " pyonsite"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44description = " onsite: mass spectrometry post-translational localization tool"
55authors = [
66 {name = " BigBio Stack" }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def test_onsite_import():
1818 """Test that the main onsite package can be imported."""
1919
2020 assert hasattr (onsite , "__version__" )
21- assert onsite .__version__ == "0.0.3 "
21+ assert onsite .__version__ == "0.0.5 "
2222
2323
2424def test_ascore_import ():
You can’t perform that action at this time.
0 commit comments