Skip to content

Commit

Permalink
Update version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng authored and github-actions[bot] committed Aug 12, 2022
1 parent 7efc7db commit c7e138d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2

[comment]
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
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: "1.3.1"
version: "1.3.2"
repository-code: "https://github.com/NPLinker/nplinker"
keywords:
- Genome
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# built documents.
#
# The short X.Y version.
version = "1.3.1"
version = "1.3.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

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

__author__ = "Cunliang Geng"
__email__ = "[email protected]"
__version__ = "1.3.1"
__version__ = "1.3.2"

0 comments on commit c7e138d

Please sign in to comment.