Skip to content

Commit 40acc6a

Browse files
committed
bump version v1.0.0 -> v1.1.0
1 parent e5b2440 commit 40acc6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ALLIUM PrePro v1.0.0 :garlic:
1+
# ALLIUM PrePro v1.1.0 :garlic:
22

33
## About
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "allium_prepro"
9-
version = "v1.0.0"
9+
version = "v1.1.0"
1010
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."
1111
readme = "README.md"
1212
authors = [
@@ -28,7 +28,7 @@ Homepage = "https://github.com/Molmed/allium_prepro"
2828

2929

3030
[tool.bumpver]
31-
current_version = "v1.0.0"
31+
current_version = "v1.1.0"
3232
version_pattern = "vMAJOR.MINOR.PATCH"
3333
commit_message = "bump version {old_version} -> {new_version}"
3434
tag_message = "{new_version}"

0 commit comments

Comments
 (0)