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# Changelog
22
3+ ## [ v2.0.2] ( https://github.com/NPLinker/nplinker/tree/v2.0.2 ) (2026-03-30)
4+
5+ [ Full Changelog] ( https://github.com/NPLinker/nplinker/compare/v2.0.1...v2.0.2 )
6+
7+ ** Merged pull requests:**
8+
9+ - Add example ` podp_id ` to quickstart [ \# 350] ( https://github.com/NPLinker/nplinker/pull/350 ) ([ liannette] ( https://github.com/liannette ) )
10+
311## [ v2.0.1] ( https://github.com/NPLinker/nplinker/tree/v2.0.1 ) (2026-03-14)
412
513[ Full Changelog] ( https://github.com/NPLinker/nplinker/compare/v2.0.0...v2.0.1 )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ authors:
5858 family-names : van der Hooft
5959 affiliation : " Bioinformatics Group, Wageningen University & Research"
6060 orcid : " https://orcid.org/0000-0002-9340-5511"
61- version : " 2.0.1 "
61+ version : " 2.0.2 "
6262repository-code : " https://github.com/NPLinker/nplinker"
6363keywords :
6464 - Python
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " nplinker"
9- version = " 2.0.1 "
9+ version = " 2.0.2 "
1010description = " Natural Products Linker"
1111readme = " README.md"
1212requires-python = " >=3.11"
Original file line number Diff line number Diff line change 77
88__author__ = "Cunliang Geng"
99__email__ = "c.geng@esciencecenter.nl"
10- __version__ = "2.0.1 "
10+ __version__ = "2.0.2 "
1111
1212
1313__all__ = ["NPLinker" , "setup_logging" ]
You can’t perform that action at this time.
0 commit comments