Skip to content

Commit e2fac67

Browse files
CunliangGenggithub-actions[bot]
authored andcommitted
Update version to 2.0.1
1 parent 4f333b4 commit e2fac67

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v2.0.1](https://github.com/NPLinker/nplinker/tree/v2.0.1) (2026-03-14)
4+
5+
[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0...v2.0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Enhance run\_bigscape for BiG-SCAPE v2 compatibility [\#349](https://github.com/NPLinker/nplinker/pull/349) ([CunliangGeng](https://github.com/CunliangGeng))
10+
- Joss review - work on revisions Round 2 [\#348](https://github.com/NPLinker/nplinker/pull/348) ([justinjjvanderhooft](https://github.com/justinjjvanderhooft))
11+
- Change cp command to copy directories recursively [\#346](https://github.com/NPLinker/nplinker/pull/346) ([bgyori](https://github.com/bgyori))
12+
313
## [v2.0.0](https://github.com/NPLinker/nplinker/tree/v2.0.0) (2026-01-28)
414

515
[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-beta.1...v2.0.0)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ authors:
4545
-
4646
given-names: Marnix
4747
family-names: Medema
48-
version: "2.0.0"
48+
version: "2.0.1"
4949
repository-code: "https://github.com/NPLinker/nplinker"
5050
keywords:
5151
- Genome

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.0"
9+
version = "2.0.1"
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.0"
10+
__version__ = "2.0.1"
1111

1212

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

0 commit comments

Comments
 (0)