Skip to content

Commit 1a4603b

Browse files
CunliangGenggithub-actions[bot]
authored andcommitted
Update version to 2.0.3
1 parent f1f64d5 commit 1a4603b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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, Wageningen, NL & Department of Biochemistry, University of Johannesburg, Johannesburg, SA"
6060
orcid: "https://orcid.org/0000-0002-9340-5511"
61-
version: "2.0.2"
61+
version: "2.0.3"
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.2"
9+
version = "2.0.3"
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.2"
10+
__version__ = "2.0.3"
1111

1212

1313
__all__ = ["NPLinker", "setup_logging"]

0 commit comments

Comments
 (0)