Skip to content

Commit

Permalink
Update version to 2.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng authored and github-actions[bot] committed Sep 17, 2024
1 parent 3adfe7f commit fc3ff91
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v2.0.0-alpha.6](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.6) (2024-09-17)

[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.5...v2.0.0-alpha.6)

**Merged pull requests:**

- Allow bigscape run for local mode [\#277](https://github.com/NPLinker/nplinker/pull/277) ([CunliangGeng](https://github.com/CunliangGeng))
- Add table display for link graph [\#276](https://github.com/NPLinker/nplinker/pull/276) ([CunliangGeng](https://github.com/CunliangGeng))
- Handle two quantification table folders of GNPS feature-based workflow [\#275](https://github.com/NPLinker/nplinker/pull/275) ([CunliangGeng](https://github.com/CunliangGeng))
- Verify the support of WSL [\#274](https://github.com/NPLinker/nplinker/pull/274) ([CunliangGeng](https://github.com/CunliangGeng))

## [v2.0.0-alpha.5](https://github.com/NPLinker/nplinker/tree/v2.0.0-alpha.5) (2024-08-22)

[Full Changelog](https://github.com/NPLinker/nplinker/compare/v2.0.0-alpha.4...v2.0.0-alpha.5)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ authors:
-
given-names: Marnix
family-names: Medema
version: "2.0.0-alpha.5"
version: "2.0.0-alpha.6"
repository-code: "https://github.com/NPLinker/nplinker"
keywords:
- Genome
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nplinker"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
description = "Natural Products Linker"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/nplinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = "Cunliang Geng"
__email__ = "c.geng@esciencecenter.nl"
__version__ = "2.0.0-alpha.5"
__version__ = "2.0.0-alpha.6"


__all__ = ["NPLinker", "setup_logging"]

0 comments on commit fc3ff91

Please sign in to comment.