Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyBelter committed Sep 15, 2024
1 parent 748f8a2 commit 729a27b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ The record of all notable changes to this project will be documented in this fil
## v1.3.1 (revision)
13 Jul 2024
- Update Figure 1ab
- Update workflow and plot functions during the revision
- Update workflow and plot functions during the revision

## v1.3.2 (revision)
15 Sep 2024
- Update documentation
4 changes: 2 additions & 2 deletions 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 = "DeSide"
version = "1.3.1"
version = "1.3.2"
description = "A unified DEep-learning and SIngle-cell based DEconvolution method for solid tumors"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -63,7 +63,7 @@ Tracker = "https://github.com/OnlyBelter/DeSide/issues"

# https://realpython.com/pypi-publish-python-package/#version-your-package
[tool.bumpver]
current_version = "1.3.1"
current_version = "1.3.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 729a27b

Please sign in to comment.