Skip to content

Commit 8600ca9

Browse files
CunliangGenggithub-actions[bot]
authored andcommitted
Update version to 2.0.2
1 parent a1a7bf3 commit 8600ca9

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
6262
repository-code: "https://github.com/NPLinker/nplinker"
6363
keywords:
6464
- Python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "nplinker"
9-
version = "2.0.1"
9+
version = "2.0.2"
1010
description = "Natural Products Linker"
1111
readme = "README.md"
1212
requires-python = ">=3.11"

src/nplinker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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"]

0 commit comments

Comments
 (0)