Skip to content

Commit 48d0c8c

Browse files
committed
Bump version to 1.5.0
Covers the XGBoost graph-edge-classifier splitting strategy, the refactored model-selection API, and the HF Space reliability fixes since v1.0.0.
1 parent 08176ae commit 48d0c8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

protac_splitter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
split_prediction,
88
)
99

10-
__version__ = "1.0.0"
10+
__version__ = "1.5.0"
1111
__author__ = "Stefano Ribes and Anders Källberg"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "protac-splitter"
7-
version = "1.0.0"
7+
version = "1.5.0"
88
description = "A package to split PROTAC SMILES into their substructures."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)