Skip to content

Commit

Permalink
bump version v1.0.0 -> v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Dec 9, 2024
1 parent e5b2440 commit 40acc6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ALLIUM PrePro v1.0.0 :garlic:
# ALLIUM PrePro v1.1.0 :garlic:

## About

Expand Down
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 = "allium_prepro"
version = "v1.0.0"
version = "v1.1.0"
description = "ALLIUM PrePro is a library for preprocessing gene expression (GEX) and DNA methylation (DNAm) data to prepare it for prediction using the ALLIUM, a multimodal classifier of molecular subtypes in pediatric acute lymphoblastic leukemia."
readme = "README.md"
authors = [
Expand All @@ -28,7 +28,7 @@ Homepage = "https://github.com/Molmed/allium_prepro"


[tool.bumpver]
current_version = "v1.0.0"
current_version = "v1.1.0"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 40acc6a

Please sign in to comment.