diff --git a/docs/changelog.md b/docs/changelog.md index f7d2fc3..0a722a3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 \ No newline at end of file +- Update workflow and plot functions during the revision + +## v1.3.2 (revision) +15 Sep 2024 +- Update documentation diff --git a/pyproject.toml b/pyproject.toml index cf45abf..d185186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } @@ -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